mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Merge pull request #2916 from XhmikosR/patch-1
Update CI and Python packages
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -20,22 +20,22 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python:
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
include:
|
||||
- os: macos-latest
|
||||
python: '3.8'
|
||||
python: '3.9'
|
||||
- os: macos-latest
|
||||
python: '3.12'
|
||||
python: '3.13'
|
||||
- os: windows-latest
|
||||
python: '3.8'
|
||||
python: '3.9'
|
||||
- os: windows-latest
|
||||
python: '3.12'
|
||||
python: '3.13'
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
requests ~=2.20
|
||||
flake8 ~=6.0
|
||||
requests ~=2.32
|
||||
flake8 ~=7.3
|
||||
|
||||
Reference in New Issue
Block a user