Skip to content

Commit

Permalink
Add support for python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mng-dev-ai committed Oct 11, 2023
1 parent a56d656 commit 492b3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8","3.9","3.10"]
python-version: ["3.8","3.9","3.10","3.11"]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
setup(
author="Michael Gendy",
author_email="nagymichel13@gmail.com",
python_requires=">=3.8, <3.10",
python_requires=">=3.8, <3.12",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 492b3ff

Please sign in to comment.