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 0e3c558 commit 0211917Copy full SHA for 0211917
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.10"]
13
14
steps:
15
- uses: actions/checkout@master
setup.py
@@ -34,7 +34,7 @@
34
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
35
"Operating System :: OS Independent",
36
],
37
- python_requires='>=3.8',
+ python_requires='>=3.10',
38
entry_points={'console_scripts': [
39
'apex = apex.__main__:main',
40
]}
0 commit comments