Skip to content

Commit da256be

Browse files
committed
update Python versions in tests
1 parent 3331126 commit da256be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
14+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515
steps:
1616
- name: Checkout git repository
1717
uses: actions/checkout@v2
@@ -28,4 +28,4 @@ jobs:
2828
2929
- name: Test with pytest
3030
run: |
31-
pytest
31+
pytest

0 commit comments

Comments
 (0)