Chore: Remove support for EOL Python 3.6

This commit is contained in:
Andreas Motl
2025-01-19 00:49:52 +01:00
committed by Andreas Motl
parent 0de22eeed2
commit 3cfc7ec2b6
6 changed files with 8 additions and 21 deletions
+3 -8
View File
@@ -40,6 +40,8 @@ jobs:
exclude:
# Exclude test matrix slots that are no longer supported by GHA runners.
- os: 'ubuntu-20.04'
python-version: '3.6'
- os: 'macos-latest'
python-version: '3.6'
- os: 'macos-latest'
@@ -88,14 +90,7 @@ jobs:
cache-dependency-glob: |
pyproject.toml
- name: Install and validate package (Python 3.6)
if: matrix.python-version == '3.6'
run: |
pip install '.[full,develop,test]'
poe test
- name: Install and validate package (Python >=3.6)
if: matrix.python-version != '3.6'
- name: Install and validate package
run: |
uv pip install '.[full,develop,test]'
poe check