We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae281a commit 0019b0aCopy full SHA for 0019b0a
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
python:
10
- - 3.6
+ - 3.7
11
- 3.9
12
- "3.10"
13
platform:
setup.cfg
@@ -15,7 +15,7 @@ classifiers =
15
[options]
16
packages = find_namespace:
17
include_package_data = true
18
-python_requires = >=3.6
+python_requires = >=3.7
19
install_requires =
20
21
[options.packages.find]
0 commit comments