Skip to content

Commit

Permalink
Add Python 3.12 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Dec 19, 2023
1 parent d4fac63 commit 34f3701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
packages: write
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11"]
python_version: ["3.9", "3.10", "3.11","3.12"]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 34f3701

Please sign in to comment.