Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2024-08-22 19:59:21 +00:00
commit 8770aad726
4 changed files with 6 additions and 7 deletions

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.10", "3.12"]
python-version: ["3.10", "3.12"]
steps:
- name: Checkout source

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
python-version: "3.10"
@ -45,4 +45,4 @@ jobs:
pip freeze
- name: Run tests
run: pytest --cov=pyerrors -vv -Werror
run: pytest --cov=pyerrors -vv