Skip to content

Commit 734ef00

Browse files
committed
Back to dev mode (first Python 3 only version)
1 parent 356e37a commit 734ef00

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.4.0 (in development)
2+
======================
3+
4+
**This version requires Python 3.5 or later**
5+
16
1.3.0
27
=====
38

cloudpickle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
if sys.version_info[:2] >= (3, 8):
99
from cloudpickle.cloudpickle_fast import CloudPickler, dumps, dump
1010

11-
__version__ = '1.3.0'
11+
__version__ = '1.4.0.dev0'

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def find_version():
3939
'Operating System :: POSIX',
4040
'Operating System :: Microsoft :: Windows',
4141
'Operating System :: MacOS :: MacOS X',
42-
'Programming Language :: Python :: 2.7',
4342
'Programming Language :: Python :: 3.5',
4443
'Programming Language :: Python :: 3.6',
4544
'Programming Language :: Python :: 3.7',
@@ -50,4 +49,5 @@ def find_version():
5049
'Topic :: System :: Distributed Computing',
5150
],
5251
test_suite='tests',
52+
python_requires='>=3.5',
5353
)

0 commit comments

Comments
 (0)