8000 Test Python 3.13 against latest by hauntsaninja · Pull Request #17812 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

Test Python 3.13 against latest #17812

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

Merged
merged 19 commits into from
Sep 25, 2024
Prev Previous commit
Next Next commit
checkout
  • Loading branch information
hauntsaninja committed Sep 23, 2024
commit aa71ad9d6dddde555c448638eae3dc489e8f3e88
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
./configure
make -j 4
sudo make install
- uses: actions/checkout@v3
- name: Install tox
run: python3.13 -m pip install setuptools==68.2.2 tox==4.11.0
- name: Setup tox environment
Expand Down
Loading
0