Skip to content

Commit

Permalink
GitHub CI: Python 3.10
Browse files Browse the repository at this point in the history
Add a new target, and switch those builds where a specific version is
not that important to the latest and greatest.

Change-Id: I6f62a08c671a98b3663c7a8cf0099947457f1e4d
  • Loading branch information
jktjkt committed Jan 20, 2022
1 parent bf1522b commit 541ec04
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
matrix:
tox_env:
- py38
- py39-cover
- py39
- py310-cover
include:
- tox_env: docs
dnf_install: graphviz
Expand All @@ -43,7 +44,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.9'
python-version: '3.10'
- uses: casperdcl/deploy-pypi@bb869aafd89f657ceaafe9561d3b5584766c0f95
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down Expand Up @@ -103,9 +104,9 @@ jobs:
python-version: ${{ matrix.python_version }}
- run: |
pip install --editable .
pip install 'pytest>=5.0.0,<6'
pip install 'pytest>=6.2.5,<7'
pytest -vv
strategy:
matrix:
python_version:
- "3.9"
- "3.10"

0 comments on commit 541ec04

Please sign in to comment.