diff --git a/.github/workflows/assets.yml b/.github/workflows/assets.yml index d8ee4d764..d9cca2bea 100644 --- a/.github/workflows/assets.yml +++ b/.github/workflows/assets.yml @@ -20,7 +20,6 @@ jobs: fail-fast: false matrix: python: - - '3.6' - '3.7' - '3.8' - '3.9' @@ -138,7 +137,6 @@ jobs: fail-fast: false matrix: python: - - '3.6' - '3.7' - '3.8' - '3.9' @@ -203,7 +201,6 @@ jobs: # - macos-latest # - windows-2016 # python-version: -# - '3.6' # - '3.7' # - '3.8' # - '3.9' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82439fe59..315001915 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,6 @@ jobs: - macos-latest - windows-latest python: - - '3.6' - '3.7' - '3.8' - '3.9' diff --git a/setup.py b/setup.py index 3a275f0a7..083af94eb 100755 --- a/setup.py +++ b/setup.py @@ -265,10 +265,10 @@ def initialize_options(self): 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Scientific/Engineering' ],