Skip to content

Commit bb90c5b

Browse files
author
Benjamin Moody
committed
run-tests.yml: run tests on python 3.9 and 3.10.
Expand the set of automated tests to include the newest Python versions that GitHub supports.
1 parent de7d3c8 commit bb90c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [windows-latest, ubuntu-latest, macos-latest]
21-
python-version: [3.6, 3.7, 3.8]
21+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)