Skip to content

Commit

Permalink
Run lock also with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Sep 14, 2024
1 parent fdaf57a commit 312d49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.8" ]
python-version: [ "3.8", "3.12" ]
defaults:
run:
shell: bash -el {0}
Expand Down

0 comments on commit 312d49b

Please sign in to comment.