Skip to content

Commit 236e563

Browse files
committed
fix: CI version
1 parent 11a9804 commit 236e563

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
fetch-depth: 0
3030
fetch-tags: true
3131

32-
- name: Set up Python 3.9
32+
- name: Set up Python 3.13
3333
uses: actions/setup-python@v6
3434
with:
35-
python-version: "3.9"
35+
python-version: "3.13"
3636
cache: pip
3737
cache-dependency-path: pyproject.toml
3838

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ dependencies = [
2222
"urllib3>=2.6.3",
2323
]
2424
classifiers = [
25-
"Programming Language :: Python :: 3.9",
26-
"Programming Language :: Python :: 3.10",
2725
"Programming Language :: Python :: 3.11",
2826
"Programming Language :: Python :: 3.12",
2927
"Programming Language :: Python :: 3.13",
28+
"Programming Language :: Python :: 3.14",
3029
"Operating System :: OS Independent",
3130
]
3231

0 commit comments

Comments
 (0)