Skip to content

Commit 00ece4b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add official support for Python 3.12"
2 parents afe08fd + a7f9859 commit 00ece4b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cloudbase_init_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [ "3.11"]
15+
python-version: [ "3.12"]
1616
architecture: ["x64"]
1717

1818
steps:
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: windows-latest
3636
strategy:
3737
matrix:
38-
python-version: [ "3.8", "3.11"]
38+
python-version: [ "3.8", "3.12"]
3939
architecture: ["x64", "x86"]
4040

4141
steps:
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
python-version: [ "3.11"]
62+
python-version: [ "3.12"]
6363
architecture: ["x64", "x86"]
6464
cloud: ["empty"]
6565

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifier =
1919
Programming Language :: Python :: 3.9
2020
Programming Language :: Python :: 3.10
2121
Programming Language :: Python :: 3.11
22+
Programming Language :: Python :: 3.12
2223

2324
[files]
2425
packages =

0 commit comments

Comments
 (0)