Skip to content

Commit 88431c7

Browse files
drop 3.7, 3.8, add 3.11
1 parent b05f465 commit 88431c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ classifiers = [
1818
"Operating System :: OS Independent",
1919
"Programming Language :: Cython",
2020
"Programming Language :: Python",
21-
"Programming Language :: Python :: 3.7",
22-
"Programming Language :: Python :: 3.8",
2321
"Programming Language :: Python :: 3.9",
2422
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
2524
"Topic :: Scientific/Engineering",
2625
"Topic :: Software Development :: Libraries",
2726
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)