Skip to content

Commit ae36e83

Browse files
committed
Test on supported OS and Python version
1 parent 9a92d33 commit ae36e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ['3.6', '3.7', '3.8']
19+
python-version: ['3.7', '3.8', '3.9', '3.10']
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)