diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 433064d..1f5ce71 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 8eb87ad..f709f1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -hikari>=2.0.0.dev113 \ No newline at end of file +hikari>=2.0.0.dev122 diff --git a/setup.py b/setup.py index 91e2b3c..a9d6847 100644 --- a/setup.py +++ b/setup.py @@ -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",