Skip to content

Commit

Permalink
Updates tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
sebi06 committed Mar 31, 2023
1 parent 9f386c9 commit 8cc70cd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 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 @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ classifiers =
Topic :: Scientific/Engineering
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: Unix
Operating System :: Microsoft :: Windows
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Expand All @@ -39,7 +38,6 @@ install_requires =
aicspylibczi
tqdm
pylibCZIrw
cztile
numpy
pandas
seaborn
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{38,39, 310}-{linux,windows}
envlist = py{38,39}-{linux,windows}

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310

[gh-actions:env]
PLATFORM =
Expand All @@ -31,7 +30,6 @@ deps =

# you can remove these if you don't use them
pylibczirw
cztile
aicsimageio[all]
aicspylibczi
xml2dict
Expand Down

0 comments on commit 8cc70cd

Please sign in to comment.