We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afe08fd + a7f9859 commit 00ece4bCopy full SHA for 00ece4b
2 files changed
.github/workflows/cloudbase_init_tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: [ "3.11"]
+ python-version: [ "3.12"]
16
architecture: ["x64"]
17
18
steps:
@@ -35,7 +35,7 @@ jobs:
35
runs-on: windows-latest
36
37
38
- python-version: [ "3.8", "3.11"]
+ python-version: [ "3.8", "3.12"]
39
architecture: ["x64", "x86"]
40
41
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
cloud: ["empty"]
65
setup.cfg
@@ -19,6 +19,7 @@ classifier =
19
Programming Language :: Python :: 3.9
20
Programming Language :: Python :: 3.10
21
Programming Language :: Python :: 3.11
22
+ Programming Language :: Python :: 3.12
23
24
[files]
25
packages =
0 commit comments