Skip to content

Commit 8124132

Browse files
committed
Add python 3.13 & 3.14 to the CI
1 parent cc57ea0 commit 8124132

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/default.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ jobs:
3737
- python_version: "3.10"
3838
- python_version: "3.11"
3939
- python_version: "3.12"
40+
- python_version: "3.13"
41+
- python_version: "3.14"
4042
steps:
4143
- uses: actions/checkout@v4
42-
- name: Set up Python ${{ matrix.python-version }}
44+
- name: Set up Python ${{ matrix.python_version }}
4345
uses: actions/setup-python@v5
4446
with:
45-
python-version: ${{ matrix.python-version }}
47+
python-version: ${{ matrix.python_version }}
4648
- name: Cache pip
4749
uses: actions/cache@v4
4850
with:

0 commit comments

Comments
 (0)