Skip to content

Commit

Permalink
chore: upgrade python to 3.11 and some GHAs to the latest
Browse files Browse the repository at this point in the history
There's a couple of unmaintained actions in use here. Replacing them
will require a closer look.
  • Loading branch information
biochimia committed Feb 2, 2024
1 parent e91b475 commit 3565df4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup Python 3.7
uses: actions/setup-python@v1
- uses: actions/checkout@v4
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'
- name: Install dependencies
run: make deps-test
- name: Lint
Expand All @@ -25,11 +25,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup Python 3.7
uses: actions/setup-python@v1
- uses: actions/checkout@v4
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'
- name: Install packaging dependencies
run: make deps-dist
- id: package
Expand Down

0 comments on commit 3565df4

Please sign in to comment.