Skip to content

Commit 782a274

Browse files
committed
feat(ci): enable py3.13
1 parent e9fbffb commit 782a274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717
runs-on: [ubuntu-latest, macos-latest, ubuntu-24.04 ]
1818
exclude:
1919
- runs-on: macos-latest
@@ -50,4 +50,4 @@ jobs:
5050
run: |
5151
omv list -V # list installed engines
5252
env
53-
pip list
53+
pip list

0 commit comments

Comments
 (0)