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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ "3.11"]
|
||||
python-version: [ "3.12"]
|
||||
architecture: ["x64"]
|
||||
|
||||
steps:
|
||||
@@ -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:
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ "3.11"]
|
||||
python-version: [ "3.12"]
|
||||
architecture: ["x64", "x86"]
|
||||
cloud: ["empty"]
|
||||
|
||||
|
Reference in New Issue
Block a user