Skip to content

Commit cce839a

Browse files
committed
GHA: Require setuptool-scm>60
1 parent 232d8e8 commit cce839a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
3+
# Default owners for everything in the repo
4+
* @python-semver/reviewers

.github/workflows/python-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cache: 'pip'
6161
- name: Install dependencies
6262
run: |
63-
python3 -m pip install --upgrade pip setuptools setuptools-scm
63+
python3 -m pip install --upgrade pip setuptools setuptools-scm>=60
6464
pip install tox tox-gh-actions
6565
- name: Check
6666
run: |

0 commit comments

Comments
 (0)