Skip to content

Commit d1e84d0

Browse files
authored
MAINT: adding python 3.13 to CI and classifiers (#120)
* MAINT: adding python 3.13 to CI and classifiers * CI: make sure version works without -dev
1 parent dd7a38c commit d1e84d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
python-version: ["3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2323
include:
2424
- os: windows-latest
2525
python-version: "3.9"
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
35+
allow-prereleases: true
3536
- name: Install dependencies
3637
run: |
3738
python -m pip install --upgrade pip

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2223
"Programming Language :: Python :: Implementation :: CPython",
2324
"Topic :: Software Development :: Libraries :: Python Modules",
2425
]

0 commit comments

Comments
 (0)