Skip to content

Commit 3fa6ca4

Browse files
authored
Merge pull request #1524 from EwoutH/ci-py3.10
CI: Test and publish with Python 3.10
2 parents 96ca31d + 7707503 commit 3fa6ca4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v2
2222
with:
2323
python-version: 3.x
2424

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
python-version: ["3.6", "3.9"]
14+
python-version: ["3.7", "3.10"]
1515
fail-fast: false
1616

1717
steps:

.github/workflows/test_selenium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
shell: bash -l {0}
3131
run: |
3232
source activate TEST
33-
pytest tests/selenium -vv
33+
pytest tests/selenium -vv

0 commit comments

Comments
 (0)