Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Python 3.13 against latest #17812

Merged
merged 19 commits into from
Sep 25, 2024
Prev Previous commit
Next Next commit
.
  • Loading branch information
hauntsaninja committed Sep 25, 2024
commit 4e74d68670286fe083dff4ebe3f53f0c683105ef
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ jobs:

- name: Install tox
run: |
echo ls /opt/pythondev/bin; ls /opt/pythondev/bin
echo PATH; echo $PATH
echo which python; which python
echo which pip; which pip
echo python version; python -c 'import sys; print(sys.version)'
Expand Down
Loading