Skip to content

Commit cd31bec

Browse files
pachCodefelipao-mx
andauthored
Add python version actions (#172)
* Add python version actions * Update test.yml * update test deps --------- Co-authored-by: Felipe López <flh.1989@gmail.com>
1 parent cc739b8 commit cd31bec

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: [3.7, 3.8]
23+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Set up Python ${{ matrix.python-version }}
@@ -51,4 +51,4 @@ jobs:
5151
flags: unittests
5252
name: codecov-umbrella
5353
fail_ci_if_error: true
54-
token: ${{ secrets.CODECOV_TOKEN }}
54+
token: ${{ secrets.CODECOV_TOKEN }}

requirements-test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pytest==6.2.*
2-
pytest-cov==2.11.*
3-
black==22.3.0
4-
isort==5.10.*
5-
flake8==4.0.*
6-
mypy==0.790
1+
pytest==7.4.4
2+
pytest-cov==4.1.0
3+
black==22.8.0
4+
isort==5.11.5
5+
flake8==5.0.4
6+
mypy==1.4.1

0 commit comments

Comments
 (0)