Skip to content

Commit

Permalink
New version (#123)
Browse files Browse the repository at this point in the history
* feat(PYTHON3.12): ✨ new python 3.12

* ci(CI): 🐛 fix ci for linting

* fix(CI): 🐛 fix fix installing poetry

* fix(CI): 🐛 poetry lock

* fix(CI): 🐛 poetry run

* pip install types-requests

* fix ci

* fix ci

* new version
  • Loading branch information
tyki6 authored Jul 10, 2024
1 parent 9ad3d3b commit da28caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion myjwt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""autogenerated"""

__version__ = "1.6.1"
__version__ = "2.0.0"
__commit__ = "34a82dc12b295caaec3b5803ff553713c44765e0"
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"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",
"Topic :: Security",
"Topic :: Internet :: WWW/HTTP",
],
python_requires=">=3.7",
python_requires=">=3.10",
)

0 comments on commit da28caa

Please sign in to comment.