Skip to content

Commit bd22471

Browse files
committed
chore: remove Python 3.13 from the CI test matrix.
1 parent d7f0d69 commit bd22471

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
python: "3.11"
2929
- os: ubuntu-latest
3030
python: "3.12"
31-
- os: ubuntu-latest
32-
python: "3.13"
3331

3432
name: ${{ matrix.os }} Python ${{ matrix.python }}
3533

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ classifiers = [
3030
"Natural Language :: English",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
33-
"Programming Language :: Python :: 3.13",
3433
"Operating System :: MacOS :: MacOS X",
3534
"Operating System :: Microsoft :: Windows",
3635
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)