Skip to content

Commit a676d91

Browse files
committed
Sync classifiers list with tested Python versions
using the list in step_test.yaml
1 parent 01f02fb commit a676d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ classifiers = [
2222
'Programming Language :: Python',
2323
'Programming Language :: Python :: 3 :: Only',
2424
'Programming Language :: Python :: 3',
25-
'Programming Language :: Python :: 3.6',
2625
'Programming Language :: Python :: 3.7',
2726
'Programming Language :: Python :: 3.8',
2827
'Programming Language :: Python :: 3.9',
2928
'Programming Language :: Python :: 3.10',
3029
'Programming Language :: Python :: 3.11',
30+
'Programming Language :: Python :: 3.12',
3131
]
3232

3333
dynamic = ["version"]

0 commit comments

Comments
 (0)