Skip to content

Commit

Permalink
Add Python 3.10 to the test matrix (tmbo#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
layday authored Oct 10, 2021
1 parent 655a61b commit 1f721c0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
promttoolkit: [3.*, 2.*]
exclude:
# tests on windows with prompt-toolkit 2.* do not complete
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
docs:
name: Test Docs
runs-on: ubuntu-latest

steps:
- name: Checkout git repository 🕝
uses: actions/checkout@v2
Expand All @@ -121,10 +121,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Install poetry 🦄
uses: Gr1N/setup-poetry@v7

- name: Install dependencies 🖥
run: poetry install --no-interaction --extras "docs"

Expand Down
62 changes: 31 additions & 31 deletions poetry.lock

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

0 comments on commit 1f721c0

Please sign in to comment.