Skip to content

Commit 718cdef

Browse files
committed
Make sure Python 3.8/3.9 compatibility tests run on CI
1 parent dff9d32 commit 718cdef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- ubuntu-latest
1717
- macos-latest
1818
- windows-latest
19+
include:
20+
- platform: ubuntu-latest
21+
python: ~3.8.0-0
22+
- platform: ubuntu-latest
23+
python: ~3.9.0-0
1924
runs-on: ${{ matrix.platform }}
2025
steps:
2126
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)