updated python versions for github actions

This commit is contained in:
Aliaksei Yaletski (Tiendil) 2024-12-17 09:39:52 +01:00
parent f441d7c122
commit b799ba1d11

View file

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