Skip to content

Commit 2f4cd59

Browse files
authored
support python 3.12
1 parent f26c52d commit 2f4cd59

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ Change Log
236236
* Remove support for tox 3
237237
* Removed support for Python 3.7 and earlier
238238
* Remove ``ports``; add ``expose`` and ``host_var``
239+
* Support ``docker`` (the Python module) 7.x (thanks @jonathangreen)
239240
* 4.1.1
240241
* Fix typo in README (thanks @akx)
241242
* 4.1.0

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44
vmImage: 'ubuntu-latest'
55
strategy:
66
matrix:
7+
Python312:
8+
python.version: '3.12'
79
Python311:
810
python.version: '3.11'
911
Python310:
@@ -19,6 +21,7 @@ jobs:
1921
inputs:
2022
versionSpec: '$(python.version)'
2123
architecture: 'x64'
24+
allowUnstable: $(python.allowUnstable)
2225

2326
- script: ./ci.sh docker-7.x
2427
displayName: 'Docker 7.x'

0 commit comments

Comments
 (0)