Skip to content

Commit 1ea6812

Browse files
committed
build: Drop Python 3.9 support. Add Python 3.13 support.
1 parent 41970d3 commit 1ea6812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [macos-latest, windows-latest, ubuntu-latest]
12-
python-version: [3.9, '3.10', '3.11', '3.12']
12+
python-version: ['3.10', '3.11', '3.12', '3.13']
1313
steps:
1414
# Prevent Git from changing LF to CRLF, which affects test fixtures.
1515
- run: git config --global core.autocrlf false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ urls = {Homepage = "https://github.com/open-contracting/cardinal-rs"}
1313
classifiers = [
1414
"License :: OSI Approved :: MIT License",
1515
"Operating System :: OS Independent",
16-
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",
1918
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
2020
"Programming Language :: Python :: Implementation :: CPython",
2121
"Programming Language :: Rust",
2222
]

0 commit comments

Comments
 (0)