Skip to content

Commit c64ac58

Browse files
committed
Drop support for Python 3.4
1 parent 8fda488 commit c64ac58

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For performance critical 64 bit applications, a simplified version of memory map
2727

2828
## Prerequisites
2929

30-
* Python 3.4+
30+
* Python 3.5+
3131
* OSX, Windows or Linux
3232

3333
The package was tested on all of the previously mentioned configurations.

doc/source/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For performance critical 64 bit applications, a simplified version of memory map
2020
#############
2121
Prerequisites
2222
#############
23-
* Python 3.4+
23+
* Python 3.5+
2424
* OSX, Windows or Linux
2525

2626
The package was tested on all of the previously mentioned configurations.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
license="BSD",
2727
packages=find_packages(),
2828
zip_safe=True,
29-
python_requires=">=3.4",
29+
python_requires=">=3.5",
3030
classifiers=[
3131
"Development Status :: 5 - Production/Stable",
3232
"Environment :: Console",
@@ -38,7 +38,6 @@
3838
"Operating System :: MacOS :: MacOS X",
3939
"Programming Language :: Python",
4040
"Programming Language :: Python :: 3",
41-
"Programming Language :: Python :: 3.4",
4241
"Programming Language :: Python :: 3.5",
4342
"Programming Language :: Python :: 3.6",
4443
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)