Skip to content

Commit c03e045

Browse files
authored
tests.yml: Updates supported Python versions
1 parent 1b9ef67 commit c03e045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version:
18-
- 3.8
19-
- "3.13"
18+
- "3.9"
19+
- "3.14"
2020
steps:
2121
- uses: actions/checkout@v5
2222
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)