Skip to content

Commit

Permalink
ci: Add python 3.11 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Oct 11, 2022
1 parent 02de105 commit 369d1ce
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
python-version: ['3.10', '3.11-dev']

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
python-version: ['3.10', '3.11-dev']

runs-on: ubuntu-latest

Expand Down
9 changes: 6 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
python = ">=3.10,<3.12"
aiohttp = "^3.8"
aiofiles = ">=0.8,<22.2"
aiosqlite = "^0.17"
Expand Down

0 comments on commit 369d1ce

Please sign in to comment.