Update modules used in GH actions

This commit is contained in:
Jan
2023-08-15 14:55:10 +02:00
committed by GitHub
parent c2ee276609
commit 6d275a1207

View File

@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
name: Set up Python ${{ matrix.python-version }}
with:
python-version: ${{ matrix.python-version }}
@@ -27,7 +27,7 @@ jobs:
- name: Test
run: |
coverage run -p tests/all_tests.py
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
- name: Build package
run: |
python setup.py build sdist bdist_wheel