Skip to content

Commit c916209

Browse files
authored
Test on python 3.9
1 parent 587c677 commit c916209

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.6]
15+
python-version: [3.9]
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
39-
python-version: [3.6]
39+
python-version: [3.9]
4040

4141
steps:
4242
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)