mirror of
https://github.com/httpie/cli.git
synced 2025-03-13 14:28:50 +01:00
use ubuntu-22.04 to preserve python 3.7 and add python 3.13 in tests
This commit is contained in:
parent
1379a2e281
commit
03bac4d848
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -24,8 +24,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-13, windows-latest]
|
os: [ubuntu-22.04, macos-13, windows-latest]
|
||||||
python-version:
|
python-version:
|
||||||
|
- '3.13'
|
||||||
- '3.12'
|
- '3.12'
|
||||||
- '3.11'
|
- '3.11'
|
||||||
- '3.10'
|
- '3.10'
|
||||||
|
Loading…
Reference in New Issue
Block a user