Update python.yml

This commit is contained in:
KurimuzonAkuma 2024-10-08 22:00:41 +03:00
parent c38d14b718
commit e5ecd7c97f

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-12]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4