Skip to content

Commit a306ea5

Browse files
Add old python versions to tests (#9)
* Update tests.yml * Update tests.yml * Update tests.yml * Update tests.yml * Update tests.yml
1 parent 7bbd8e2 commit a306ea5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919
python: [3.8, 3.9, "3.10", "3.11", "3.12"]
20+
include:
21+
- os: macos-13
22+
python: 3.7
23+
- os: ubuntu-20.04
24+
python: 3.7
25+
- os: windows-2019
26+
python: 3.7
2027

2128
steps:
2229
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)