Skip to content

Commit 7504ea0

Browse files
authored
Update testing.yml
1 parent dc113c9 commit 7504ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010

1111
jobs:
1212
unittests:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
strategy:
1616
matrix:
17-
python: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
17+
python: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
1818

1919
steps:
2020
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)