diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index 61fdaad..55d30f8 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2 diff --git a/requirements.txt b/requirements.txt index a0c2657..51898b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ aiopg aioredis python-yate pyyaml -sqlalchemy +sqlalchemy<2.0.0 diff --git a/setup.py b/setup.py index 51c8ce8..ac494f4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="ywsd", - version="0.12.2", + version="0.13.0", packages=["ywsd"], url="https://gitlab.rc5.de/eventphone/ywsd", license="AGPLv3+", @@ -22,6 +22,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", ], install_requires=[