We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a9804 commit 236e563Copy full SHA for 236e563
2 files changed
.github/workflows/release.yml
@@ -29,10 +29,10 @@ jobs:
29
fetch-depth: 0
30
fetch-tags: true
31
32
- - name: Set up Python 3.9
+ - name: Set up Python 3.13
33
uses: actions/setup-python@v6
34
with:
35
- python-version: "3.9"
+ python-version: "3.13"
36
cache: pip
37
cache-dependency-path: pyproject.toml
38
pyproject.toml
@@ -22,11 +22,10 @@ dependencies = [
22
"urllib3>=2.6.3",
23
]
24
classifiers = [
25
- "Programming Language :: Python :: 3.9",
26
- "Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
"Operating System :: OS Independent",
0 commit comments