Skip to content

Commit 96febca

Browse files
committed
Add Python 3.14 workflow as python-newest
1 parent 044c6c1 commit 96febca

File tree

6 files changed

+36
-13
lines changed

6 files changed

+36
-13
lines changed

.github/workflows/python-310.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-310
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '45 23 * * *'
6+
- cron: '0 0 * * *'
77

88
jobs:
99
sync:

.github/workflows/python-311.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-311
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '30 23 * * *'
6+
- cron: '45 23 * * *'
77

88
jobs:
99
sync:

.github/workflows/python-312.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@ name: python-312
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
branches:
7-
- '3.12'
8-
push:
9-
branches:
10-
- '3.12'
115
schedule:
12-
- cron: '15 23 * * *'
6+
- cron: '30 23 * * *'
137

148
jobs:
159
sync:

.github/workflows/python-313.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ on:
1111
- main
1212
- '3.13'
1313
schedule:
14-
- cron: '0 23 * * *'
14+
- cron: '15 23 * * *'
1515

1616
jobs:
1717
sync:
1818
uses: ./.github/workflows/sync.yml
1919
with:
20-
tx_project: python-newest
20+
tx_project: ${{ github.workflow }}
2121
version: 3.13
2222
secrets: inherit
2323
check:
2424
uses: ./.github/workflows/check.yml
2525
needs: sync
2626
with:
27-
tx_project: python-newest
27+
tx_project: ${{ github.workflow }}
2828
version: 3.13
2929
secrets: inherit

.github/workflows/python-314.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: python-314
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- main
8+
- '3.14'
9+
push:
10+
branches:
11+
- main
12+
- '3.13'
13+
schedule:
14+
- cron: '0 23 * * *'
15+
16+
jobs:
17+
sync:
18+
uses: ./.github/workflows/sync.yml
19+
with:
20+
tx_project: python-newest
21+
version: 3.14
22+
secrets: inherit
23+
check:
24+
uses: ./.github/workflows/check.yml
25+
needs: sync
26+
with:
27+
tx_project: python-newest
28+
version: 3.14
29+
secrets: inherit

.github/workflows/python-39.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-39
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: '15 0 * * *'
77

88
jobs:
99
sync:

0 commit comments

Comments
 (0)