Merge "Add official support for Python 3.12"
This commit is contained in:
6
.github/workflows/cloudbase_init_tests.yml
vendored
6
.github/workflows/cloudbase_init_tests.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.11"]
|
python-version: [ "3.12"]
|
||||||
architecture: ["x64"]
|
architecture: ["x64"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.8", "3.11"]
|
python-version: [ "3.8", "3.12"]
|
||||||
architecture: ["x64", "x86"]
|
architecture: ["x64", "x86"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.11"]
|
python-version: [ "3.12"]
|
||||||
architecture: ["x64", "x86"]
|
architecture: ["x64", "x86"]
|
||||||
cloud: ["empty"]
|
cloud: ["empty"]
|
||||||
|
|
||||||
|
@@ -19,6 +19,7 @@ classifier =
|
|||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3.11
|
Programming Language :: Python :: 3.11
|
||||||
|
Programming Language :: Python :: 3.12
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Reference in New Issue
Block a user