Skip to content

Commit

Permalink
Update ci.yml - ci to test against python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonray authored Dec 11, 2023
1 parent a4643c4 commit 346ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
python-version: ["3.11", "3.10", "3.9", "3.8", "3.7"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7"]
beanstalkd-version: ["1.13", "1.12"]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 346ad6e

Please sign in to comment.