Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28258a5

Browse files
committed
CI: Update to 3.11
Disable 3.6 and 2.7
1 parent f8e1063 commit 28258a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/update.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on:
77
- '.github/workflows/update.yml'
88
- 'scripts/update.sh'
99
branches:
10-
- '*'
11-
- '*/*'
12-
- '**'
13-
- '!3.?'
14-
- '!2.*'
10+
- '3.7'
11+
- '3.8'
12+
- '3.9'
13+
- '3.10'
14+
- '3.11'
1515
schedule:
1616
- cron: '0 23 * * *'
1717

1818
env:
19-
CPYTHON_BRANCH: '3.10'
19+
CPYTHON_BRANCH: '3.11'
2020
LANGUAGE: 'pt_BR'
2121

2222
jobs:
@@ -76,9 +76,9 @@ jobs:
7676
needs: [update]
7777
strategy:
7878
matrix:
79-
branch: [ 3.9, 3.8, 3.7, 3.6, 2.7 ]
79+
branch: [ '3.10', '3.9', '3.8', '3.7' ]
8080
include:
81-
- branch: 3.9
81+
- branch: 3.10
8282
overwrite: true
8383
runs-on: ubuntu-latest
8484
steps:

0 commit comments

Comments
 (0)