Skip to content

Commit 8faf3e8

Browse files
committed
Upgrading CI (Python and Ubuntu versions)
1 parent e419ef3 commit 8faf3e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
10-
python-version: [3.9, 3.11]
10+
python-version: [3.9, 3.12, 3.14]
1111

1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)