Tried another Python versions set
Some checks reported warnings
Tests / test (3.11) (push) Has been cancelled
Tests / test (3.8) (push) Has been cancelled
Tests / test (3.9) (push) Has been cancelled
Tests / test (3.10) (push) Has been cancelled

This commit is contained in:
Profitroll 2023-08-06 19:24:16 +02:00
parent 3bb7ecca7e
commit 35fe69d2a8
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
2 changed files with 10 additions and 7 deletions

View File

@ -9,14 +9,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8.17", "3.9.17", "3.10.12", "3.11.3"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
architecture: "x64"
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

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