Skip to content

Commit

Permalink
update to support 3.12 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-arrow authored Dec 18, 2023
1 parent 7b12a19 commit 9a3c0b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
os: [ ubuntu-latest ]
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hikari>=2.0.0.dev113
hikari>=2.0.0.dev122
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def parse_requirements_file(path):
':sys_platform=="win32"': ["colorama"],
"docs": parse_requirements_file("doc_requirements.txt"),
},
python_requires=">=3.8.0,<3.12",
python_requires=">=3.8.0,<3.13",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: AsyncIO",
Expand Down

0 comments on commit 9a3c0b4

Please sign in to comment.