Skip to content

Commit 0019b0a

Browse files
committed
Require Python 3.7 or later.
1 parent aae281a commit 0019b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
python:
10-
- 3.6
10+
- 3.7
1111
- 3.9
1212
- "3.10"
1313
platform:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers =
1515
[options]
1616
packages = find_namespace:
1717
include_package_data = true
18-
python_requires = >=3.6
18+
python_requires = >=3.7
1919
install_requires =
2020

2121
[options.packages.find]

0 commit comments

Comments
 (0)