We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232d8e8 commit cce839aCopy full SHA for cce839a
.github/CODEOWNERS
@@ -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
@@ -60,7 +60,7 @@ jobs:
60
cache: 'pip'
61
- name: Install dependencies
62
run: |
63
- python3 -m pip install --upgrade pip setuptools setuptools-scm
+ python3 -m pip install --upgrade pip setuptools setuptools-scm>=60
64
pip install tox tox-gh-actions
65
- name: Check
66
0 commit comments