Skip to content

Commit 7c2f2f5

Browse files
authored
feat: upgrade Python version to 3.8~3.13 (#387)
1 parent a523245 commit 7c2f2f5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616

1717
steps:

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ keywords = [
1919
"permission",
2020
]
2121
dynamic = ["dependencies"]
22-
requires-python = ">=3.3"
22+
requires-python = ">=3.8"
2323
license = {text = "Apache 2.0"}
2424
classifiers = [
25-
"Programming Language :: Python :: 3.6",
26-
"Programming Language :: Python :: 3.7",
2725
"Programming Language :: Python :: 3.8",
2826
"Programming Language :: Python :: 3.9",
2927
"Programming Language :: Python :: 3.10",
3028
"Programming Language :: Python :: 3.11",
3129
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3231
"License :: OSI Approved :: Apache Software License",
3332
"Operating System :: OS Independent",
3433
]

0 commit comments

Comments
 (0)