summaryrefslogtreecommitdiff
path: root/.github/workflows/python_matrix.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/python_matrix.yml')
-rw-r--r--.github/workflows/python_matrix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python_matrix.yml b/.github/workflows/python_matrix.yml
index 314d9301b8..ab48c2be83 100644
--- a/.github/workflows/python_matrix.yml
+++ b/.github/workflows/python_matrix.yml
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- id: set-matrix
run: |
- python_versions=$(sed -n "s/^.*Programming Language :: Python :: \([[:digit:]]\+\.[[:digit:]]\+\).*$/'\1', /p" setup.cfg | tr -d '\n' | sed 's/, $//g')
+ python_versions=$(sed -n "s/^.*Programming Language :: Python :: \([[:digit:]]\+\.[[:digit:]]\+\).*$/'\1', /p" pyproject.toml | tr -d '\n' | sed 's/, $//g')
echo "Supported Python versions: $python_versions"
echo "python_versions=[$python_versions]" >> "$GITHUB_OUTPUT"
python: