diff --git a/.github/workflows/tox-tests.yml b/.github/workflows/tox-tests.yml index e49b33c..9d91138 100644 --- a/.github/workflows/tox-tests.yml +++ b/.github/workflows/tox-tests.yml @@ -28,7 +28,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] # Test python version 3.x - python-ver: [9, 10, 11, 12] + python-ver: [9, 10, 11] # Specify which tox environments to test in this list. # tox-env: [cov, alldeps, devdeps, astropylts]