update Github workflows for Python 3.13

This commit is contained in:
The MMGen Project 2025-02-15 09:54:12 +00:00
commit 8adbda8f08
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9","3.10","3.11","3.12"]
python-version: ["3.9", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4