Skip to content

Commit b6b5892

Browse files
authored
Python 3.13 support in CI (#187)
- add support for Python 3.13 - add Python 3.13 to GH action python version matrixes
1 parent 9e8dd96 commit b6b5892

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1515

1616
name: Python ${{ matrix.python-version }} (${{ matrix.os }})
1717

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1515

1616
name: Python ${{ matrix.python-version }} (${{ matrix.os }})
1717

0 commit comments

Comments
 (0)