Skip to content

Commit d48c481

Browse files
authored
add python 3.6 to matrix (#54)
1 parent dd81219 commit d48c481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
phpipam-version: ['1.4x', '1.5x']
13-
python-version: ['3.7.x', '3.8.x', '3.9.x', '3.10.x']
13+
python-version: ['3.6.x', '3.7.x', '3.8.x', '3.9.x', '3.10.x']
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)