Skip to content

Commit 99ba101

Browse files
committed
Use Python 3.9 as a base for actions
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent c44c442 commit 99ba101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: [3.7]
12+
python-version: [3.9]
1313

1414
steps:
1515
- name: Checkout code

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.8
16+
python-version: 3.9
1717
- name: Install pypa/build
1818
run: python -m pip install build --user
1919
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)