Skip to content

Commit 1471a8a

Browse files
committed
update ci to 3.13
1 parent f726fab commit 1471a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ defaults:
1616

1717
jobs:
1818
test:
19-
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, Toolkit ${{ matrix.toolkit }}
19+
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, Toolkit ${{ matrix.toolkit }}, NAGL models ${{ matrix.nagl_models }}
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
fail-fast: false
2323
matrix:
2424
python-version:
25-
- "3.10"
2625
- "3.11"
2726
- "3.12"
27+
- "3.13"
2828
os:
2929
- ubuntu-latest
3030
- macos-latest

0 commit comments

Comments
 (0)