Merge pull request #2916 from XhmikosR/patch-1

Update CI and Python packages
This commit is contained in:
Steven Black
2025-07-04 21:16:08 -04:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
requests ~=2.20
flake8 ~=6.0
requests ~=2.32
flake8 ~=7.3