From 8cc70cd8e40c66f9f66f8f316cea20a73ef82750 Mon Sep 17 00:00:00 2001 From: sebi06 <3833249+sebi06@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:05:04 +0200 Subject: [PATCH] Updates tox.ini --- .github/workflows/test_and_deploy.yml | 2 +- .github/workflows/test_and_deploy_testpypi.yml | 2 +- setup.cfg | 2 -- tox.ini | 4 +--- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 2937746..7890fdf 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -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 diff --git a/.github/workflows/test_and_deploy_testpypi.yml b/.github/workflows/test_and_deploy_testpypi.yml index 88c6255..2edb933 100644 --- a/.github/workflows/test_and_deploy_testpypi.yml +++ b/.github/workflows/test_and_deploy_testpypi.yml @@ -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 diff --git a/setup.cfg b/setup.cfg index 77f6e76..272f70f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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) @@ -39,7 +38,6 @@ install_requires = aicspylibczi tqdm pylibCZIrw - cztile numpy pandas seaborn diff --git a/tox.ini b/tox.ini index b10a801..d57981b 100644 --- a/tox.ini +++ b/tox.ini @@ -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 = @@ -31,7 +30,6 @@ deps = # you can remove these if you don't use them pylibczirw - cztile aicsimageio[all] aicspylibczi xml2dict