test with python 3.13 (#5481)

This commit is contained in:
David Lord 2024-05-11 08:39:30 -07:00 committed by GitHub
commit bea5876e46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ jobs:
fail-fast: false
matrix:
include:
- {python: '3.13'}
- {python: '3.12'}
- {name: Windows, python: '3.12', os: windows-latest}
- {name: Mac, python: '3.12', os: macos-latest}

View file

@ -1,6 +1,6 @@
[tox]
envlist =
py3{12,11,10,9,8}
py3{13,12,11,10,9,8}
pypy310
py312-min
py38-dev