Skip to content

Commit

Permalink
Merge pull request #77 from jburel/drop_py37
Browse files Browse the repository at this point in the history
drop Python 3.7
  • Loading branch information
jburel authored Apr 6, 2023
2 parents a749920 + 25cffec commit 6094487
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ deps =
pytest-rerunfailures
pytest-xdist
restructuredtext-lint
https://github.com/ome/zeroc-ice-py-github-ci/releases/download/0.2.0/zeroc_ice-3.6.5-cp37-cp37m-linux_x86_64.whl; platform_system=="Linux" and python_version=="3.7"
https://github.com/ome/zeroc-ice-py-github-ci/releases/download/0.2.0/zeroc_ice-3.6.5-cp38-cp38-linux_x86_64.whl; platform_system=="Linux" and python_version=="3.8"
https://github.com/ome/zeroc-ice-py-github-ci/releases/download/0.2.0/zeroc_ice-3.6.5-cp39-cp39-linux_x86_64.whl; platform_system=="Linux" and python_version=="3.9"
https://github.com/ome/zeroc-ice-py-github-ci/releases/download/0.2.0/zeroc_ice-3.6.5-cp310-cp310-linux_x86_64.whl; platform_system=="Linux" and python_version=="3.10"
commands =
rst-lint README.rst
py38,py39,py310: flake8 .
flake8 .
python setup.py sdist install --record files.txt
python -c 'import omero.clients; import omero_marshal.encode'
pytest {posargs:-n4 -rf tests -s}
Expand Down

0 comments on commit 6094487

Please sign in to comment.