Skip to content

Commit a496193

Browse files
committed
Publish docker image for Python 3.11
1 parent af369de commit a496193

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"]
15+
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1616
docker_target: ["msodbc17", "msodbc18"]
1717
runs-on: ubuntu-latest
1818
permissions:

0 commit comments

Comments
 (0)