Test on Python 3.13

This commit is contained in:
Roman Zeyde
2024-10-21 21:43:10 +03:00
parent 2a03d9f72c
commit 9410a988b1

View File

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