Skip to content

Commit 57ae707

Browse files
committed
Update minimum python. Update classifiers.
1 parent 7e164d3 commit 57ae707

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ maintainer = Thomas Grainger
1010
maintainer_email = cython-test-exception-raiser@graingert.co.uk
1111
url = https://github.com/twisted/cython-test-exception-raiser
1212
license = MIT
13-
python_requires = >=3.6
13+
python_requires = >=3.8
1414
classifiers =
1515
Programming Language :: Python :: 3
1616
Programming Language :: Python :: 3 :: Only
17-
Programming Language :: Python :: 3.6
18-
Programming Language :: Python :: 3.7
1917
Programming Language :: Python :: 3.8
2018
Programming Language :: Python :: 3.9
2119
Programming Language :: Python :: 3.10
20+
Programming Language :: Python :: 3.11
21+
Programming Language :: Python :: 3.12
22+
Programming Language :: Python :: 3.13
23+
Programming Language :: Python :: 3.14
2224

2325
[options]
2426
packages = find:

0 commit comments

Comments
 (0)