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 528713f commit 262c8ccCopy full SHA for 262c8cc
.github/workflows/build.yml
@@ -167,7 +167,9 @@ jobs:
167
path: dist
168
169
- name: Install twine
170
- run: pip install twine
+ run: |
171
+ pip install twine
172
+ pip install -U packaging
173
174
- name: Move files to top level directory
175
run: |
setup.cfg
@@ -34,4 +34,4 @@ classifiers =
34
Topic :: Scientific/Engineering
35
36
[options]
37
-python_requires = >= 3.8
+python_requires = >= 3.9
0 commit comments