Skip to content

Commit d625d18

Browse files
authored
ci: add 3.13 classifier (#2026)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 895eae3 commit d625d18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
41-
python_version: ['3.12']
41+
python_version: ['3.13']
4242
include:
4343
- os: ubuntu-latest
4444
python_version: '3.8'
@@ -49,6 +49,7 @@ jobs:
4949
name: Install Python ${{ matrix.python_version }}
5050
with:
5151
python-version: ${{ matrix.python_version }}
52+
allow-prereleases: true
5253

5354
- uses: astral-sh/setup-uv@v3
5455

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.10",
3636
"Programming Language :: Python :: 3.11",
3737
"Programming Language :: Python :: 3.12",
38+
"Programming Language :: Python :: 3.13",
3839
"Programming Language :: Python :: Implementation :: CPython",
3940
"Topic :: Software Development :: Build Tools",
4041
]

0 commit comments

Comments
 (0)