diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d104be..1d31686 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: strategy: matrix: + fail-fast: false python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: @@ -42,6 +43,7 @@ jobs: strategy: matrix: + fail-fast: false python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: @@ -66,6 +68,7 @@ jobs: strategy: matrix: + fail-fast: false python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: diff --git a/setup.py b/setup.py index 1c4bf0d..ece7b89 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,6 @@ 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',