Skip to content

Commit

Permalink
Fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdade committed Jun 30, 2024
1 parent 731356b commit cf8f389
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9" "Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
],
python_requires=">=3.6",
)

0 comments on commit cf8f389

Please sign in to comment.