We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f390af commit 39bde7cCopy full SHA for 39bde7c
1 file changed
setup.py
@@ -46,10 +46,11 @@
46
"Operating System :: OS Independent",
47
"Programming Language :: Python",
48
"Programming Language :: Python :: 3",
49
- "Programming Language :: Python :: 3.7",
50
"Programming Language :: Python :: 3.8",
51
"Programming Language :: Python :: 3.9",
52
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
53
+ "Programming Language :: Python :: 3.12",
54
],
55
entry_points={
56
"console_scripts": [
@@ -60,5 +61,5 @@
60
61
"fs",
62
"google-crc32c",
63
- python_requires=">=3.7",
64
+ python_requires=">=3.8",
65
)
0 commit comments