Skip to content

Commit 11814cc

Browse files
committed
Update python versions
We removed python 3.7 and 3.8 from testing scope, as these versions are not supported by github actions.
1 parent d49035c commit 11814cc

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
phpipam-version: ['v1.4x', 'v1.5x']
14-
python-version: ['3.7.x', '3.8.x', '3.9.x', '3.10.x']
14+
python-version: ['3.9.x', '3.10.x', '3.11.x', '3.12.0', '3.13.0']
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)