Skip to content

Commit

Permalink
Update python versions used throughout CI
Browse files Browse the repository at this point in the history
Python 3.7 is not supported anymore (3.8 isn't either, but can still be
installed). When using a single version, let's go with 3.13 for the
bleeding edge.

Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Dec 14, 2024
1 parent 81060a8 commit 8ed9364
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.7'
python-version: '3.13'

- name: Install crc32c
run: python setup.py develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.7'
python-version: '3.13'

- name: Build sdist
run: python setup.py sdist
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: "3.12"
python-version: "3.13"

- uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11.8
python-version: 3.13
architecture: x64
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8ed9364

Please sign in to comment.