Skip to content

Commit 4892d06

Browse files
committed
Updated tested versions to currently supported ones
1 parent 7cf50fc commit 4892d06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
9+
python-version: ['3.10', 3.11, 3.12, 3.13, 3.14]
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
@@ -41,5 +41,5 @@ jobs:
4141
- uses: codecov/codecov-action@v4
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
44-
if: matrix.python-version == 3.13
44+
if: matrix.python-version == 3.14
4545

0 commit comments

Comments
 (0)