Updated python versions
Some checks failed
Tests / test (3.10.12) (push) Failing after 5s
Tests / test (3.11.3) (push) Failing after 5s
Tests / test (3.8.17) (push) Failing after 6s
Tests / test (3.9.17) (push) Failing after 4s

This commit is contained in:
Profitroll 2023-08-06 19:14:44 +02:00
parent 64aa2686ea
commit 3bb7ecca7e
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.8.17", "3.9.17", "3.10.12", "3.11.3"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -5,10 +5,10 @@ isolated_build = true
[gh-actions] [gh-actions]
python = python =
3.8: py38 3.8.17: py38
3.9: py39 3.9.17: py39
3.10: py310 3.10.12: py310
3.11: py311 3.11.3: py311
[testenv] [testenv]
setenv = setenv =