Skip to content

Commit aa0ab77

Browse files
authored
ci: add Python 3.13 (#254)
* ci: add Python 3.13 * chore: update pyproject.toml metadata Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com> --------- Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
1 parent b7acb0e commit aa0ab77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ${{ matrix.os }}
8080
strategy:
8181
matrix:
82-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
82+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
8383
os: ["ubuntu-latest", "macos-14", "windows-latest"]
8484
steps:
8585
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2425
"Programming Language :: Python :: Implementation :: CPython",
2526
]
2627
dependencies = [

0 commit comments

Comments
 (0)