Skip to content

Commit

Permalink
Merge pull request #171 from UAL-RE/chore/170_update_to_python3.9
Browse files Browse the repository at this point in the history
issue 170. update to python 3.9
  • Loading branch information
zoidy committed Jun 29, 2022
2 parents 6c2770d + deda981 commit d8b52f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 29 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip') || !contains(github.event.head_commit.message, 'skip ci')"
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.8', '3.9']

steps:
- uses: actions/checkout@v2
Expand All @@ -40,6 +40,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov
python setup.py install
python -m pip install pandas --upgrade
python -m pip install tabulate --upgrade
- name: Test with pytest
run: |
pytest --cov-report term-missing --cov-config=.coveragerc --cov=requiam tests
Expand Down
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

5 changes: 3 additions & 2 deletions requirements.txt
@@ -1,3 +1,4 @@
ldap3==2.6.1
numpy==1.20.0
redata>=0.3.2
numpy==1.23.0
redata>=0.4.2

0 comments on commit d8b52f8

Please sign in to comment.