Skip to content

Commit 39bde7c

Browse files
authored
Prepare for a release supporting Python 3.12 (#271)
1 parent 5f390af commit 39bde7c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@
4646
"Operating System :: OS Independent",
4747
"Programming Language :: Python",
4848
"Programming Language :: Python :: 3",
49-
"Programming Language :: Python :: 3.7",
5049
"Programming Language :: Python :: 3.8",
5150
"Programming Language :: Python :: 3.9",
5251
"Programming Language :: Python :: 3.10",
52+
"Programming Language :: Python :: 3.11",
53+
"Programming Language :: Python :: 3.12",
5354
],
5455
entry_points={
5556
"console_scripts": [
@@ -60,5 +61,5 @@
6061
"fs",
6162
"google-crc32c",
6263
],
63-
python_requires=">=3.7",
64+
python_requires=">=3.8",
6465
)

0 commit comments

Comments
 (0)