summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Dennis <robd@services-in.xr>2023-01-17 12:02:41 -0500
committerRob Dennis <robd@services-in.xr>2023-01-17 12:02:41 -0500
commit6e7c6a94e6e517086a18968583cc9e21e371d581 (patch)
treea006f90588e439e2ce499606b793314de6dd1fec
parent71e035c580f77d57fe430bbde92eca4720dd4de8 (diff)
downloadconfigobj-git-6e7c6a94e6e517086a18968583cc9e21e371d581.tar.gz
#226 - attempting to add "all" python versions to testing matrix
-rw-r--r--.github/workflows/python-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml
index c981023..addeab6 100644
--- a/.github/workflows/python-test.yml
+++ b/.github/workflows/python-test.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["2.6", "2.7", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3