Skip to content

Commit bad02bb

Browse files
committed
CI: Bump python versions to 3.8, 3.9, 3.10
1 parent f560af9 commit bad02bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: [3.6, 3.7, 3.8]
37+
python-version: [3.8, 3.9, 3.10]
3838
steps:
3939
- uses: actions/checkout@v2
4040
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)