Drop support for EOL Python 2.6 and 3.3

Declined
#79 · Created  · Last updated

Declined pull request

this is merged in 843decd8ea0e7785914ed563ba93590e9fda399b thanks!

Closed by: ·2018-06-30

Description

For #491.

 

  • Drop support for EOL Python 2.6

  • Add python_requires to help pip

  • Simplify version checks

  • argparse is in core in 2.7

  • Update supported versions

  • Drop support for EOL Python 3.3

 

Here's the pip installs for alembic from PyPI for May 2018:

 

python_version

percent

download_count

 

 

2.7

51.72%

127,161

 

 

3.6

29.97%

73,686

 

 

3.5

13.47%

33,126

 

 

3.4

4.54%

11,157

 

 

3.7

0.12%

283

 

 

2.6

0.08%

187

 

 

3.3

0.07%

167

 

 

3.8

0.03%

85

 

 

None

0.00%

1

 

 

Total

 

245,853

 

Source: pypinfo --start-date 2018-05-01 --end-date 2018-05-31 --percent alembic pyversion

 

0 attachments

0 comments

Loading commits...