Skip to content

Commit ad3a484

Browse files
committed
MNT: Mark incompatible with Python 3.9
1 parent e3fa964 commit ad3a484

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ References like "pr/298" refer to github pull request numbers.
2828
2.5.2 (To Be Determined)
2929
========================
3030

31+
This and all future releases in 2.5.x series will be incompatible with Python
32+
3.9.
33+
3134
Bug fixes
3235
---------
3336
* Change strings with invalid escapes to raw strings (pr/827) (EL, reviewed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ provides =
2929
nisext
3030

3131
[options]
32-
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
32+
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<3.9dev
3333
install_requires =
3434
numpy >=1.8
3535
six >=1.3

0 commit comments

Comments
 (0)