Skip to content

Commit

Permalink
Declare setuptools dep, use python 3.10 for tests
Browse files Browse the repository at this point in the history
setuptools is used for pkg_resources. Since it's deprecated,
this code should be rewritten, but for now at least declare
the dep so that the current code is usable.
  • Loading branch information
rohanpm committed Feb 24, 2024
1 parent e4866f7 commit 0be73fe
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 262 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: |
3.8
3.9
3.10
3.11
3.12
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.10

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ jsonschema
virtualenv-api
semver
astroid
setuptools
Loading

0 comments on commit 0be73fe

Please sign in to comment.