Skip to content

Commit

Permalink
Merge pull request #4 from AdaptiveParticles/v1.0.0
Browse files Browse the repository at this point in the history
bump pyapr version requirement in tox
  • Loading branch information
joeljonsson authored May 25, 2022
2 parents 41e4f96 + aae5b19 commit cc7089b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License

Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{37,38,39}-{linux,macos,windows}
envlist = py{37,38,39,310}-{linux,macos,windows}

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39

3.10: py310

[gh-actions:env]
PLATFORM =
ubuntu-latest: linux
Expand All @@ -30,7 +31,7 @@ deps =
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
pytest-xvfb ; sys_platform == 'linux'
# you can remove these if you don't use them
pyapr
pyapr>=1.0.0rc1
numpy
napari
magicgui
Expand Down

0 comments on commit cc7089b

Please sign in to comment.