File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- python-version : ['3.9 ', '3.10 ', '3.11 ']
14
+ python-version : ['3.10 ', '3.11 ', '3.12 ']
15
15
os : [ubuntu-latest]
16
16
17
17
steps :
@@ -78,15 +78,15 @@ jobs:
78
78
- name : Setup Node.js
79
79
uses : actions/setup-node@v2
80
80
with :
81
- node-version : ' 18 '
81
+ node-version : ' 20 '
82
82
83
83
- name : Setup
84
84
run : npm install -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator semantic-release-pypi
85
85
86
86
- name : Set up python
87
87
uses : actions/setup-python@v2
88
88
with :
89
- python-version : ' 3.10 '
89
+ python-version : ' 3.11 '
90
90
91
91
- name : Install setuptools
92
92
run : python -m pip install --upgrade setuptools wheel twine
You can’t perform that action at this time.
0 commit comments