Skip to content

Commit 0908b72

Browse files
committed
[CI] Test with Python 3.7 and 3.8
1 parent 0cb5881 commit 0908b72

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
include:
7070
- os: ubuntu-latest
7171
python-version: '3.14.0-alpha.0'
72+
- os: ubuntu-22.04
73+
python-version: '3.7'
74+
- os: ubuntu-22.04
75+
python-version: '3.8'
7276

7377
defaults:
7478
run:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ classifiers = [
2424
"Operating System :: POSIX",
2525
"Operating System :: Unix",
2626
"Programming Language :: Python :: 3",
27+
"Programming Language :: Python :: 3.7",
28+
"Programming Language :: Python :: 3.8",
2729
"Programming Language :: Python :: 3.9",
2830
"Programming Language :: Python :: 3.10",
2931
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)