Skip to content

Commit e9c4248

Browse files
committed
. e add min version test for latest Pythons
1 parent 23e4c3e commit e9c4248

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test_min.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
python-version:
13-
- 3.8
14-
- 3.9
13+
- "3.8"
14+
- "3.9"
1515
- "3.10"
1616
- "3.11"
17+
- "3.12"
18+
- "3.13"
1719
os: [macos-latest, ubuntu-latest, windows-latest]
1820

1921
steps:

0 commit comments

Comments
 (0)