Skip to content

Commit 2f01256

Browse files
committed
Update dependencies
1 parent 9e67f37 commit 2f01256

File tree

6 files changed

+283
-275
lines changed

6 files changed

+283
-275
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,20 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python: [3.6, 3.7, 3.8, 3.9, pypy3]
11+
python: [3.6, 3.7, 3.8, 3.9, 3.10, pypy3]
1212

1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: Set up Python ${{ matrix.python }}
16+
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v2
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install tox "poetry>=1.1,<2"
25-
poetry install
24+
pip install tox tox-gh-actions
2625
2726
- name: Run unit tests with tox
2827
run: tox
29-
env:
30-
TOXENV: py
31-

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx>=4.2,<5
2-
sphinx_rtd_theme>=0.5,<1
1+
sphinx>=4.3,<5
2+
sphinx_rtd_theme>=1,<2

0 commit comments

Comments
 (0)