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:
eb961b4
)
CI: remove Python 3.8 and add 3.13
author
XhmikosR
<redacted>
Thu, 3 Jul 2025 18:04:06 +0000
(21:04 +0300)
committer
GitHub
<redacted>
Thu, 3 Jul 2025 18:04:06 +0000
(21:04 +0300)
Python 3.8 is EOL
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index fcd7c284f60d8ff62727e18bd0daa3fdd198d8a5..960ac88e925db43b3b605fbedabb9778d8082a42 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-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.1
2
'
+ python: '3.1
3
'
- os: windows-latest
- python: '3.
8
'
+ python: '3.
9
'
- os: windows-latest
- python: '3.1
2
'
+ python: '3.1
3
'
steps:
- name: Clone repository
git clone https://git.99rst.org/PROJECT