Skip to content

Commit

Permalink
Merge pull request #521 from theupdateframework/revert-514-bump-pytho…
Browse files Browse the repository at this point in the history
…n-to-3.13

Revert "Bump repository and test Python version to 3.13"
  • Loading branch information
jku authored Jan 21, 2025
2 parents ca94387 + 5740cbf commit 1ed1496
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
fail-fast: false
matrix:
toxenv: [lint-signer, test-signer]
pyversion: ['3.9', '3.13']
pyversion: ['3.9', '3.12']
os: [ubuntu-latest, macos-latest]
# Only run repository on 3.13 (dependency pinning is easier with single version)
# Only run repository on 3.12 (dependency pinning is easier with single version)
include:
- toxenv: lint-repo
pyversion: '3.13'
pyversion: '3.12'
os: ubuntu-latest
- toxenv: test-repo
pyversion: '3.13'
pyversion: '3.12'
os: ubuntu-latest
- toxenv: test-e2e
pyversion: '3.13'
pyversion: '3.12'
os: ubuntu-latest
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.13'
python-version: '3.12'

- name: Install build dependencies
run: python3 -m pip install -c build/build-constraints.txt build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pinned-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.13'
python-version: '3.12'

- name: Install pip-tools
run: pip install -c build/build-constraints.txt pip-tools
Expand Down
2 changes: 1 addition & 1 deletion actions/create-signing-events/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.13"
python-version: "3.11"

- run: |
echo "::group::Install tuf-on-ci"
Expand Down
2 changes: 1 addition & 1 deletion actions/online-sign-targets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:

- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: "3.13"
python-version: "3.11"

- run: |
echo "::group::Install tuf-on-ci"
Expand Down
2 changes: 1 addition & 1 deletion actions/online-sign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.13"
python-version: "3.11"

- run: |
echo "::group::Install tuf-on-ci"
Expand Down
2 changes: 1 addition & 1 deletion actions/signing-event/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.13"
python-version: "3.11"

- run: |
echo "::group::Install tuf-on-ci"
Expand Down
2 changes: 1 addition & 1 deletion actions/test-repository/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.13"
python-version: "3.11"

- run: |
echo "::group::Install tuf-on-ci"
Expand Down
2 changes: 1 addition & 1 deletion actions/upload-repository/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.13"
python-version: "3.11"

- run: |
echo "::group::Install tuf-on-ci"
Expand Down

0 comments on commit 1ed1496

Please sign in to comment.