Skip to content

Commit 225b61a

Browse files
committed
chore: update officially supported Python versions to 3.6-3.13
1 parent c1ea18e commit 225b61a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
72+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
7373
steps:
7474
- uses: actions/checkout@v4
7575
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ classifiers=[
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
2931
]
3032

3133
[project.urls]

0 commit comments

Comments
 (0)