removed python 3.7 support

This commit is contained in:
DJ2LS 2023-12-01 10:18:12 +01:00
parent 53355ef4a0
commit fe70516788

View file

@ -16,12 +16,12 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.7"
#- python-version: "3.7" EOL
- python-version: "3.8"
- python-version: "3.9"
- python-version: "3.10"
- python-version: "3.11"
#- python-version: "3.12-dev"
#- python-version: "3.12" NOT YET SUPPORTED BY NUITKA
steps:
- uses: actions/checkout@v4