Skip to content

Commit

Permalink
ci: add python 3.12 as test target
Browse files Browse the repository at this point in the history
To make sure the code works with newer python versions.
  • Loading branch information
toabctl committed Feb 21, 2024
1 parent 5aaf25d commit cc64ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
--health-retries 5
strategy:
matrix:
python: ["3.10"]
python: ["3.10", "3.12"]
steps:
- name: Setup Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit cc64ea5

Please sign in to comment.