Skip to content

Commit

Permalink
Merge branch 'update-python' of 'https://github.com/jjmerchante/grimo…
Browse files Browse the repository at this point in the history
…irelab-toolkit'

Merges #55
Closes #55
  • Loading branch information
sduenas committed Aug 23, 2023
2 parents db3bf55 + e35bc98 commit b094231
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0
- name: Download distribution artifact
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ['3.8', '3.9', '3.10', '3.11']

name: Python ${{ matrix.python-version }}
steps:
Expand All @@ -31,7 +31,6 @@ jobs:
- name: Install dependencies
run: |
poetry install -vvv
poetry add -D coveralls
- name: Lint with flake8
run: |
poetry run flake8
Expand All @@ -41,4 +40,5 @@ jobs:
run: |
cd tests
poetry run coverage run --source=grimoirelab_toolkit run_tests.py
poetry run coveralls --service=github
- name: Coveralls
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ URIs/URLs, among other topics.

## Requirements

* Python >= 3.7
* Python >= 3.8

You will also need some other libraries for running the tool, you can find the
whole list of dependencies in [pyproject.toml](pyproject.toml) file.
Expand Down

0 comments on commit b094231

Please sign in to comment.