Skip to content

Commit

Permalink
only run conda python3.11, relax coveralls version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 20, 2023
1 parent 108f689 commit 12bd010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11"]
defaults:
run:
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dev = [
"flake8-rst-docstrings>=0.3.0",
"flit",
"tox>=4.5.1",
"coverage>=7.2.5",
"coverage>=6.2,<7.0",
"coveralls>=3.3.1",
"pytest>=7.3.1",
"pytest-cov>=4.0.0",
Expand Down

0 comments on commit 12bd010

Please sign in to comment.