We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36711bd commit c10ff68Copy full SHA for c10ff68
.github/workflows/cloudbase_init_tests.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: windows-latest
37
strategy:
38
matrix:
39
- python-version: [ "3.8", "3.12"]
+ python-version: [ "3.9", "3.12"]
40
architecture: ["x64", "x86"]
41
42
steps:
setup.cfg
@@ -15,7 +15,6 @@ classifier =
15
Operating System :: OS Independent
16
Programming Language :: Python
17
Programming Language :: Python :: 3
18
- Programming Language :: Python :: 3.8
19
Programming Language :: Python :: 3.9
20
Programming Language :: Python :: 3.10
21
Programming Language :: Python :: 3.11
0 commit comments