Skip to content

Commit

Permalink
Add python version actions (#172)
Browse files Browse the repository at this point in the history
* Add python version actions

* Update test.yml

* update test deps

---------

Co-authored-by: Felipe López <[email protected]>
  • Loading branch information
pachCode and felipao-mx authored Dec 26, 2024
1 parent cc739b8 commit cd31bec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
12 changes: 6 additions & 6 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest==6.2.*
pytest-cov==2.11.*
black==22.3.0
isort==5.10.*
flake8==4.0.*
mypy==0.790
pytest==7.4.4
pytest-cov==4.1.0
black==22.8.0
isort==5.11.5
flake8==5.0.4
mypy==1.4.1

0 comments on commit cd31bec

Please sign in to comment.