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 f42a59d commit 39e5574Copy full SHA for 39e5574
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: ["3.7", "3.11"]
+ python-version: ["3.8", "3.11"]
11
steps:
12
- uses: actions/checkout@v2
13
- name: Set up Python ${{ matrix.python-version }}
setup.py
@@ -29,7 +29,6 @@
29
author_email='[email protected]',
30
classifiers=[
31
'Development Status :: 4 - Beta',
32
- 'Programming Language :: Python :: 3.7',
33
'Programming Language :: Python :: 3.8',
34
'Programming Language :: Python :: 3.9',
35
'Programming Language :: Python :: 3.10',
0 commit comments