mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
8770aad726
4 changed files with 6 additions and 7 deletions
2
.github/workflows/examples.yml
vendored
2
.github/workflows/examples.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue