update workflows for python 3.13 release

This commit is contained in:
shenxianpeng 2025-03-25 06:14:17 +00:00
parent 31903eabdb
commit d5d1643f4c

View file

@ -15,5 +15,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