Skip to content

Commit e762344

Browse files
committed
feat: update Python version to 3.9+, update CI Node.js version to 20
1 parent 7935e48 commit e762344

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.9'
16+
python-version: '3.11'
1717
architecture: 'x64'
1818

1919

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: '18'
19+
node-version: '20'
2020

2121
- name: Setup
2222
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
2323

2424
- name: Set up python
2525
uses: actions/setup-python@v2
2626
with:
27-
python-version: 3.9
27+
python-version: '3.11'
2828

2929
- name: Install setuptools
3030
run: python -m pip install --upgrade setuptools wheel twine

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"Intended Audience :: Developers",
3737
"Programming Language :: Python :: 3 :: Only",
3838
"Programming Language :: Python :: 3",
39-
"Programming Language :: Python :: 3.7",
40-
"Programming Language :: Python :: 3.8",
4139
"Programming Language :: Python :: 3.9",
4240
"Programming Language :: Python :: 3.10",
41+
"Programming Language :: Python :: 3.11",
42+
"Programming Language :: Python :: 3.12",
4343
"License :: OSI Approved :: Apache Software License",
4444
"Operating System :: OS Independent",
4545
],

0 commit comments

Comments
 (0)