mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
removed python 3.7 support
This commit is contained in:
parent
53355ef4a0
commit
fe70516788
1 changed files with 2 additions and 2 deletions
4
.github/workflows/modem_tests.yml
vendored
4
.github/workflows/modem_tests.yml
vendored
|
@ -16,12 +16,12 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python-version: "3.7"
|
#- python-version: "3.7" EOL
|
||||||
- python-version: "3.8"
|
- python-version: "3.8"
|
||||||
- python-version: "3.9"
|
- python-version: "3.9"
|
||||||
- python-version: "3.10"
|
- python-version: "3.10"
|
||||||
- python-version: "3.11"
|
- python-version: "3.11"
|
||||||
#- python-version: "3.12-dev"
|
#- python-version: "3.12" NOT YET SUPPORTED BY NUITKA
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue