Skip to content

Commit 47fc11c

Browse files
committed
Actually add all supported Python versions
1 parent d543f63 commit 47fc11c

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
19+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
2020
architecture: ['x64']
2121

2222
steps:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ classifiers = [
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python",
21+
"Programming Language :: Python :: 3.6",
2122
"Programming Language :: Python :: 3.7",
2223
"Programming Language :: Python :: 3.8",
2324
"Programming Language :: Python :: 3.9",
2425
"Programming Language :: Python :: 3.10",
2526
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
2628
"Programming Language :: Python :: Implementation :: CPython",
2729
"Topic :: Software Development :: Libraries :: Python Modules"
2830
]

0 commit comments

Comments
 (0)