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 94397e4 commit 49e156eCopy full SHA for 49e156e
2 files changed
.github/workflows/main.yml
@@ -159,7 +159,7 @@ jobs:
159
160
strategy:
161
matrix:
162
- python_version: [ "3.12" ]
+ python_version: [ "3.9" ]
163
164
steps:
165
- uses: actions/checkout@v6
@@ -205,7 +205,7 @@ jobs:
205
tar -xzvf "${TARBALL_FILENAME}"
206
207
cd "apache_libcloud-${VERSION}/"
208
- tox -c tox.ini -epy3.12
+ tox -c tox.ini -epy3.9
209
210
- name: Verify Wheel Release Artifact
211
run: |
requirements-tests.txt
@@ -14,4 +14,4 @@ pyopenssl==25.0.0
14
# Required by subset of tests
15
fasteners
16
paramiko==3.5.1; platform_python_implementation != 'PyPy'
17
-libvirt-python==11.10.0
+libvirt-python==10.2.0
0 commit comments