Skip to content

Commit

Permalink
Merge pull request #112 from pnuu/ci-remove-3.7-add-3.10
Browse files Browse the repository at this point in the history
Remove Python 3.7 and add Python 3.10 for running unittests
  • Loading branch information
pnuu authored Jan 11, 2022
2 parents 0f82614 + 3f2b018 commit 62bf60a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10"]

env:
PYTHON_VERSION: ${{ matrix.python-version }}
Expand Down
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
zip_safe=False,
install_requires=['pyinotify', 'posttroll>=1.5.1',
'trollsift', 'netifaces',
'pyzmq', 'six', 'inotify',
'pyzmq', 'inotify',
'scp', 'paramiko', 'pyyaml', 'watchdog'],
)

0 comments on commit 62bf60a

Please sign in to comment.