Skip to content

Commit

Permalink
CI: update github actions to comply with Node.js 20, add python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow committed Feb 17, 2024
1 parent 2a3a936 commit 16e98c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
include:
- python-version: 2.7
os: ubuntu-18.04
- python-version: 3.5
os: ubuntu-20.04
- python-version: 3.6
os: ubuntu-20.04
- python-version: 3.7
Expand All @@ -32,10 +34,10 @@ jobs:
os: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 16e98c4

Please sign in to comment.