Skip to content

Commit 6c2fa03

Browse files
authored
Merge pull request #571 from dbt-msft/570-add-python-312-to-ci-build
Update publish-docker.yml
2 parents ec30afe + 3b67995 commit 6c2fa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
publish-docker-client:
1313
strategy:
1414
matrix:
15-
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
15+
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1616
docker_target: ["msodbc17", "msodbc18"]
1717
runs-on: ubuntu-latest
1818
permissions:

0 commit comments

Comments
 (0)