From e9fe8e5d6bf7b28e975d529546bb73d479641b5a Mon Sep 17 00:00:00 2001 From: Karl Gordon Date: Mon, 27 Nov 2023 14:18:53 -0500 Subject: [PATCH] sigh --- .github/workflows/tox-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]