summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Dennis <robd@services-in.xr>2023-01-17 12:24:14 -0500
committerRob Dennis <robd@services-in.xr>2023-01-17 12:24:14 -0500
commitaa6cb3055d6b936d6b7ad172283ae64c0f5a725c (patch)
tree0835a841749d0f4e62b6390819aceda1425d9555
parentbd601f29280be6c70f1dbf578b26dd9981f3f5c3 (diff)
downloadconfigobj-git-aa6cb3055d6b936d6b7ad172283ae64c0f5a725c.tar.gz
#226 - trimming to the versions that github supports
-rw-r--r--.github/workflows/python-test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml
index 6e3a720..e06ce0a 100644
--- a/.github/workflows/python-test.yml
+++ b/.github/workflows/python-test.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [ "2.6", "2.7", "3.3", "3.4", "3.5", "3.6" ]
+ python-version: [ "2.7", "3.5", "3.6" ]
steps:
- uses: actions/checkout@v3