Skip to content

Commit

Permalink
Deprecated Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Aug 14, 2023
1 parent 1c90019 commit 26586b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
python_version_list:
description: 'Space separated list of Python versions to run tests with.'
required: false
default: '3.7 3.8 3.9 3.10 3.11'
default: '3.8 3.9 3.10 3.11'
type: string
system_list:
description: 'Space separated list of systems to run tests on.'
Expand Down Expand Up @@ -144,10 +144,10 @@ jobs:
# Python and PyPy versions supported by "setup-python" action
"python": {
"3.6": { "icon": "⚫", "until": "2021.12.23" },
"3.7": { "icon": "🔴", "until": "2023.06.27" },
"3.8": { "icon": "🟠", "until": "2024.10" },
"3.9": { "icon": "🟡", "until": "2025.10" },
"3.10": { "icon": "🟢", "until": "2026.10" },
"3.7": { "icon": "", "until": "2023.06.27" },
"3.8": { "icon": "🔴", "until": "2024.10" },
"3.9": { "icon": "🟠", "until": "2025.10" },
"3.10": { "icon": "🟡", "until": "2026.10" },
"3.11": { "icon": "🟢", "until": "2027.10" },
"3.12": { "icon": "🟣", "until": "2028.10" },
"pypy-3.7": { "icon": "⟲🔴", "until": "????.??" },
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_Checking_Parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
from pyTooling.Common import zipdicts
expectedPythonVersion = "3.11"
expectedPythons = ["3.7", "3.8", "3.9", "3.10", "3.11"]
expectedPythons = ["3.8", "3.9", "3.10", "3.11"]
expectedSystems = ["ubuntu", "windows", "macos"]
expectedJobs = [f"{system}:{python}" for system in expectedSystems for python in expectedPythons] + ["mingw64:3.10"]
expectedName = "Example"
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
from pyTooling.Common import zipdicts
expectedPythonVersion = "3.11"
expectedPythons = ["3.7", "3.8", "3.9", "3.10", "3.11"]
expectedPythons = ["3.8", "3.9", "3.10", "3.11"]
expectedSystems = ["windows"]
expectedJobs = [f"{system}:{python}" for system in expectedSystems for python in expectedPythons] + ["mingw32:3.10", "mingw64:3.10"]
expectedName = "Example"
Expand Down

0 comments on commit 26586b2

Please sign in to comment.