Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 8b9d6c9

Browse files
authored
Merge pull request #116 from bjones1/python-version-update
Fix: Update supported versions of Python.
2 parents 38c0288 + c2b6f00 commit 8b9d6c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
2323
strategy:
2424
matrix:
25-
python-version: ["3.8", "3.9"]
25+
# TODO: Enable Python 3.11 tests when `asyncpg supports it <https://github.com/MagicStack/asyncpg/issues/850>`.
26+
python-version: ["3.9", "3.10"]
2627

2728
steps:
2829
- name: Check out bookserver from GitHub.

0 commit comments

Comments
 (0)