diff --git a/.github/workflows/python-test_and_lint.yml b/.github/workflows/python-test_and_lint.yml index 56ac9d4..be23fe1 100644 --- a/.github/workflows/python-test_and_lint.yml +++ b/.github/workflows/python-test_and_lint.yml @@ -13,7 +13,9 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] + # FIXME: Disabled 3.6 to bypass PyTAK error. + # python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 diff --git a/setup.cfg b/setup.cfg index ac65f48..4b16309 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.6 + # Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9