We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb5881 commit 0908b72Copy full SHA for 0908b72
.github/workflows/tests.yml
@@ -69,6 +69,10 @@ jobs:
69
include:
70
- os: ubuntu-latest
71
python-version: '3.14.0-alpha.0'
72
+ - os: ubuntu-22.04
73
+ python-version: '3.7'
74
75
+ python-version: '3.8'
76
77
defaults:
78
run:
pyproject.toml
@@ -24,6 +24,8 @@ classifiers = [
24
"Operating System :: POSIX",
25
"Operating System :: Unix",
26
"Programming Language :: Python :: 3",
27
+ "Programming Language :: Python :: 3.7",
28
+ "Programming Language :: Python :: 3.8",
29
"Programming Language :: Python :: 3.9",
30
"Programming Language :: Python :: 3.10",
31
"Programming Language :: Python :: 3.11",
0 commit comments