File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
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.7 ', '3.8 ', '3.9', '3.10 ']
15
- os : [ubuntu-18.04 , macOS-latest, windows-latest]
14
+ python-version : ['3.9 ', '3.10 ', '3.11 ']
15
+ os : [ubuntu-latest , macOS-latest, windows-latest]
16
16
17
17
steps :
18
18
- name : Checkout
@@ -84,15 +84,15 @@ jobs:
84
84
- name : Setup Node.js
85
85
uses : actions/setup-node@v2
86
86
with :
87
- node-version : ' 16 '
87
+ node-version : ' 18 '
88
88
89
89
- name : Setup
90
90
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
91
91
92
92
- name : Set up python
93
93
uses : actions/setup-python@v2
94
94
with :
95
- python-version : 3.8
95
+ python-version : ' 3.10 '
96
96
97
97
- name : Install setuptools
98
98
run : python -m pip install --upgrade setuptools wheel twine
Original file line number Diff line number Diff line change 23
23
"Programming Language :: Python :: 3.8" ,
24
24
"Programming Language :: Python :: 3.9" ,
25
25
"Programming Language :: Python :: 3.10" ,
26
+ "Programming Language :: Python :: 3.11" ,
26
27
"License :: OSI Approved :: Apache Software License" ,
27
28
"Operating System :: OS Independent" ,
28
29
],
You can’t perform that action at this time.
0 commit comments