We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26c52d commit 2f4cd59Copy full SHA for 2f4cd59
README.rst
@@ -236,6 +236,7 @@ Change Log
236
* Remove support for tox 3
237
* Removed support for Python 3.7 and earlier
238
* Remove ``ports``; add ``expose`` and ``host_var``
239
+ * Support ``docker`` (the Python module) 7.x (thanks @jonathangreen)
240
* 4.1.1
241
* Fix typo in README (thanks @akx)
242
* 4.1.0
azure-pipelines.yml
@@ -4,6 +4,8 @@ jobs:
4
vmImage: 'ubuntu-latest'
5
strategy:
6
matrix:
7
+ Python312:
8
+ python.version: '3.12'
9
Python311:
10
python.version: '3.11'
11
Python310:
@@ -19,6 +21,7 @@ jobs:
19
21
inputs:
20
22
versionSpec: '$(python.version)'
23
architecture: 'x64'
24
+ allowUnstable: $(python.allowUnstable)
25
26
- script: ./ci.sh docker-7.x
27
displayName: 'Docker 7.x'
0 commit comments