update workflows for python 3.13 release

This commit is contained in:
shenxianpeng 2025-03-25 06:55:05 +00:00
parent aa48766b88
commit 9d011fca83

View file

@ -19,5 +19,5 @@ jobs:
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39", "py310", "py311", "py312"]'
env: '["py39", "py310", "py311", "py312", "py313"]'
os: ubuntu-latest