Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AppleBoiy committed Aug 6, 2023
1 parent 4ca0bd0 commit a4e72d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"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",
],
entry_points={
'console_scripts': [
Expand All @@ -32,4 +32,4 @@
],
},
)
)

0 comments on commit a4e72d4

Please sign in to comment.