Skip to content

Commit 49e156e

Browse files
committed
Revert change in build and test release
1 parent 94397e4 commit 49e156e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

160160
strategy:
161161
matrix:
162-
python_version: [ "3.12" ]
162+
python_version: [ "3.9" ]
163163

164164
steps:
165165
- uses: actions/checkout@v6
@@ -205,7 +205,7 @@ jobs:
205205
tar -xzvf "${TARBALL_FILENAME}"
206206
207207
cd "apache_libcloud-${VERSION}/"
208-
tox -c tox.ini -epy3.12
208+
tox -c tox.ini -epy3.9
209209
210210
- name: Verify Wheel Release Artifact
211211
run: |

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pyopenssl==25.0.0
1414
# Required by subset of tests
1515
fasteners
1616
paramiko==3.5.1; platform_python_implementation != 'PyPy'
17-
libvirt-python==11.10.0
17+
libvirt-python==10.2.0

0 commit comments

Comments
 (0)