mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Merge pull request #953 from acul71/fix/issue-952-windows-cdci-python-version
fix: use dynamic Python version in Windows CI/CD tests
This commit is contained in:
2
.github/workflows/tox.yml
vendored
2
.github/workflows/tox.yml
vendored
@ -103,5 +103,5 @@ jobs:
|
||||
if [[ "${{ matrix.toxenv }}" == "wheel" ]]; then
|
||||
python -m tox run -e windows-wheel
|
||||
else
|
||||
python -m tox run -e py311-${{ matrix.toxenv }}
|
||||
python -m tox run -e py${{ matrix.python-version }}-${{ matrix.toxenv }}
|
||||
fi
|
||||
|
||||
1
newsfragments/952.bugfix.rst
Normal file
1
newsfragments/952.bugfix.rst
Normal file
@ -0,0 +1 @@
|
||||
Fixed Windows CI/CD tests to use correct Python version instead of hardcoded Python 3.11. test 2
|
||||
Reference in New Issue
Block a user