Skip to content

Commit c36c5fb

Browse files
committed
doc - Update required Python version to 3.7+
- Required Python version was 3.6.2 - Dicts are declared as ordered since 3.7
1 parent 11f6114 commit c36c5fb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Install
3333

3434
Supported Python versions:
3535

36-
* Python >= 3.6.2
36+
* Python >= 3.7
3737
* PyPy3
3838

3939
**Install:**

docs/source/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requirements
66

77
Supported Python versions:
88

9-
* Python 3.6+
9+
* Python 3.7+
1010
* PyPy3
1111

1212
Installation

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
2423
include_package_data = true
2524
zip_safe = false
2625

0 commit comments

Comments
 (0)