Skip to content

Commit

Permalink
Merge "Add official support for Python 3.12"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jun 3, 2024
2 parents afe08fd + a7f9859 commit 00ece4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloudbase_init_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11"]
python-version: [ "3.12"]
architecture: ["x64"]

steps:
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [ "3.8", "3.11"]
python-version: [ "3.8", "3.12"]
architecture: ["x64", "x86"]

steps:
Expand All @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11"]
python-version: [ "3.12"]
architecture: ["x64", "x86"]
cloud: ["empty"]

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[files]
packages =
Expand Down

0 comments on commit 00ece4b

Please sign in to comment.