Skip to content

Commit

Permalink
update setup python version (#23)
Browse files Browse the repository at this point in the history
* update setup python version

* update coverage
  • Loading branch information
michaelfeil authored Jun 20, 2024
1 parent 2b1fe82 commit a4f0bc2
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 54 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.8','3.9','3.10']
python: ['3.8','3.9','3.10','3.11']

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.10

Expand Down
105 changes: 55 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest= "6.2.5"
pytest-ordering = "0.6"
Sphinx = "5.*"
sphinx-rtd-theme = "1.0.0"
coverage = "6.2"
coverage = "7.5"
flake8 = "*"
pre-commit = "*"
myst-parser = {version="1.*",extras=["sphinx"]}
Expand Down

0 comments on commit a4f0bc2

Please sign in to comment.