mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
Chore: Remove support for EOL Python 3.6
This commit is contained in:
committed by
Andreas Motl
parent
0de22eeed2
commit
3cfc7ec2b6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user