Skip to content

Commit 40ffd33

Browse files
committed
Drop support for older Python versions
1 parent 985a46d commit 40ffd33

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ Unless stated otherwise on-file fibers uses the MIT license, check LICENSE file.
130130
Supported Python versions
131131
=========================
132132

133-
Python >= 2.6 is supported. Yes, that includes Python 3. CPython and PyPy are
134-
supported.
133+
Python >= 2.7 and >= 3.3 are supported. Other older Python versions might work, but
134+
they are not actively tested. CPython and PyPy are supported.
135135

136136

137137
Supported architectures

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,13 @@ def get_version():
4646
"Operating System :: Microsoft :: Windows",
4747
"Programming Language :: Python",
4848
"Programming Language :: Python :: 2",
49-
"Programming Language :: Python :: 2.6",
5049
"Programming Language :: Python :: 2.7",
5150
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.0",
53-
"Programming Language :: Python :: 3.1",
54-
"Programming Language :: Python :: 3.2",
5551
"Programming Language :: Python :: 3.3",
5652
"Programming Language :: Python :: 3.4",
5753
"Programming Language :: Python :: Implementation :: CPython",
5854
"Programming Language :: Python :: Implementation :: PyPy",
5955
],
6056
ext_modules = ext_modules
61-
)
57+
)
6258

0 commit comments

Comments
 (0)