File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Install
3333
3434Supported Python versions:
3535
36- * Python >= 3.6.2
36+ * Python >= 3.7
3737* PyPy3
3838
3939**Install: **
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Requirements
66
77Supported Python versions:
88
9- * Python 3.6 +
9+ * Python 3.7 +
1010* PyPy3
1111
1212Installation
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ classifiers =
88 Operating System :: OS Independent
99 Programming Language :: Python
1010 Programming Language :: Python :: 3
11- Programming Language :: Python :: 3.6
1211 Programming Language :: Python :: 3.7
1312 Programming Language :: Python :: 3.8
1413 Programming Language :: Python :: 3.9
@@ -20,7 +19,7 @@ project_urls =
2019 Issue Tracker = https://github.com/DinoTools/python-overpy/issues
2120
2221[options]
23- python_requires = >=3.6
22+ python_requires = >=3.7
2423include_package_data = true
2524zip_safe = false
2625
You can’t perform that action at this time.
0 commit comments