We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8e346 commit 72ecd76Copy full SHA for 72ecd76
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.9, 3.10, 3.11]
15
os: [ubuntu-latest]
16
17
steps:
@@ -78,15 +78,15 @@ jobs:
78
- name: Setup Node.js
79
uses: actions/setup-node@v2
80
with:
81
- node-version: '16'
+ node-version: '18'
82
83
- name: Setup
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
86
- name: Set up python
87
uses: actions/setup-python@v2
88
89
- python-version: 3.8
+ python-version: 3.10
90
91
- name: Install setuptools
92
run: python -m pip install --upgrade setuptools wheel twine
0 commit comments