Skip to content

Commit

Permalink
Prepare for a release supporting Python 3.12 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa authored Aug 3, 2024
1 parent 5f390af commit 39bde7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
entry_points={
"console_scripts": [
Expand All @@ -60,5 +61,5 @@
"fs",
"google-crc32c",
],
python_requires=">=3.7",
python_requires=">=3.8",
)

0 comments on commit 39bde7c

Please sign in to comment.