Skip to content

Commit 4ebc5e1

Browse files
committed
Test more older Python versions
1 parent 19f4b6f commit 4ebc5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-20.04.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: CI Build - Python 3.7
4+
name: CI Build - Python 3.4-3.7
55

66
on:
77
push:
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.7"]
20+
python-version: ["3.4", "3.5", "3.6", "3.7"]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)