Skip to content

Commit

Permalink
Add Python 3.10 to github workflows CI, use python 3.10 in RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
kluchrj committed Jan 10, 2022
1 parent f767641 commit 401e7ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10

- name: Get pip cache dir
id: pip-cache
Expand Down
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 2

build:
tools:
python: "3.10"

0 comments on commit 401e7ce

Please sign in to comment.