Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
Release ywsd version 0.13.0.

Unfortunately, aiopg is incompatible with sqlalchemy 2.
For now, we pin sqlalchemy to version 1.x and attempt
to migrate to native async support of sqlalchemy 2 later.
  • Loading branch information
garw committed Aug 18, 2023
1 parent 5167139 commit 0a93426
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ aiopg
aioredis
python-yate
pyyaml
sqlalchemy
sqlalchemy<2.0.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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+",
Expand All @@ -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=[
Expand Down

0 comments on commit 0a93426

Please sign in to comment.