Skip to content

Commit

Permalink
support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrosta authored May 25, 2024
1 parent f26c52d commit 2f4cd59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Change Log
* Remove support for tox 3
* Removed support for Python 3.7 and earlier
* Remove ``ports``; add ``expose`` and ``host_var``
* Support ``docker`` (the Python module) 7.x (thanks @jonathangreen)
* 4.1.1
* Fix typo in README (thanks @akx)
* 4.1.0
Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ jobs:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python312:
python.version: '3.12'
Python311:
python.version: '3.11'
Python310:
Expand All @@ -19,6 +21,7 @@ jobs:
inputs:
versionSpec: '$(python.version)'
architecture: 'x64'
allowUnstable: $(python.allowUnstable)

- script: ./ci.sh docker-7.x
displayName: 'Docker 7.x'
Expand Down

0 comments on commit 2f4cd59

Please sign in to comment.