mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
CI: add Python 3.14
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -25,17 +25,18 @@ jobs:
|
|||||||
- '3.11'
|
- '3.11'
|
||||||
- '3.12'
|
- '3.12'
|
||||||
- '3.13'
|
- '3.13'
|
||||||
|
- '3.14'
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
include:
|
include:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python: '3.9'
|
python: '3.9'
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python: '3.13'
|
python: '3.14'
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python: '3.9'
|
python: '3.9'
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python: '3.13'
|
python: '3.14'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
|||||||
Reference in New Issue
Block a user