Skip to content

Commit

Permalink
Test with Python 3.11 and set that as a tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
frwickst committed Dec 26, 2023
1 parent 3852a88 commit 2ff0b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ Supported Python versions:
| <= 3.8 ||
| 3.9 ||
| 3.10 ||
| 3.11 | Untested |
| 3.11 ||
| 3.12 | Untested |


### Authentication
Expand Down

0 comments on commit 2ff0b52

Please sign in to comment.