Skip to content

Commit a60eb7b

Browse files
committed
Support more Python versions
1 parent 2627d32 commit a60eb7b

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/check.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,15 @@ jobs:
3636
strategy:
3737
matrix:
3838
python-version:
39+
- "3.6"
40+
- "3.7"
41+
- "3.8"
42+
- "3.9"
3943
- "3.10"
4044
- "3.11"
4145
- "3.12"
46+
- "3.13"
47+
- "3.14"
4248

4349
steps:
4450
- uses: actions/checkout@v5

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@ classifiers = [
2525
"Operating System :: Microsoft :: Windows",
2626
"Programming Language :: Python",
2727
"Programming Language :: Python :: 3",
28+
"Programming Language :: Python :: 3.6",
2829
"Programming Language :: Python :: 3.7",
2930
"Programming Language :: Python :: 3.8",
3031
"Programming Language :: Python :: 3.9",
3132
"Programming Language :: Python :: 3.10",
3233
"Programming Language :: Python :: 3.11",
3334
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
36+
"Programming Language :: Python :: 3.14",
3437
"Programming Language :: Python :: Implementation :: CPython",
3538
"Topic :: Utilities",
3639
]

0 commit comments

Comments
 (0)