Skip to content

Commit 5c6e44d

Browse files
authored
Update pyproject.toml python version classifiers
Drop support for python3.7 as according to 4877829 and add explicit support for python3.12
1 parent 0758c1e commit 5c6e44d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ classifiers=[
1616
'Operating System :: POSIX :: Linux',
1717
'Operating System :: MacOS :: MacOS X',
1818
'Topic :: Software Development :: Libraries',
19-
'Programming Language :: Python :: 3.7',
2019
'Programming Language :: Python :: 3.8',
2120
'Programming Language :: Python :: 3.9',
2221
'Programming Language :: Python :: 3.10',
2322
'Programming Language :: Python :: 3.11',
23+
'Programming Language :: Python :: 3.12',
2424
'Programming Language :: Python :: Implementation :: CPython',
2525
'Programming Language :: Python :: Implementation :: PyPy',
2626
]

0 commit comments

Comments
 (0)