CI pulls python versions from org secret

This commit is contained in:
Ross McFarland
2023-10-05 11:05:52 -07:00
parent b2e04c55e1
commit 0d2953fd06
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
# Tested versions based on dates in https://devguide.python.org/versions/#versions
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: [${{fromJson(secrets.PYTHON_VERSIONS_ACTIVE)}}]
steps:
- uses: actions/checkout@v2
- name: Setup python