Skip to content

Commit

Permalink
Bump max Mautrix version, drop Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hifi committed Jul 14, 2023
1 parent a7f861a commit 9cbb062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Checkout repo
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -15,11 +15,11 @@ packages =
install_requires =
irc >=19.0.0, <21.0
ruamel.yaml >=0.15.35, <0.18
mautrix >=0.15.0, <0.17
mautrix >=0.15.0, <0.21
python-socks[asyncio] >= 1.2.4
aiohttp >=3.8.0, <4.0.0

python_requires = >=3.8
python_requires = >=3.9

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 9cbb062

Please sign in to comment.