git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
680002b
)
CI: add Python 3.14
author
XhmikosR
<redacted>
Thu, 9 Oct 2025 04:39:43 +0000
(07:39 +0300)
committer
GitHub
<redacted>
Thu, 9 Oct 2025 04:39:43 +0000
(07:39 +0300)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 1454e0e99b896e21c474afbb8b01a2210f32e0e8..e2627aeddffcc151cd15ac0629856cf9a7aca518 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-25,17
+25,18
@@
jobs:
- '3.11'
- '3.12'
- '3.13'
+ - '3.14'
os:
- ubuntu-latest
include:
- os: macos-latest
python: '3.9'
- os: macos-latest
- python: '3.1
3
'
+ python: '3.1
4
'
- os: windows-latest
python: '3.9'
- os: windows-latest
- python: '3.1
3
'
+ python: '3.1
4
'
steps:
- name: Clone repository
git clone https://git.99rst.org/PROJECT