Skip to content

Commit

Permalink
Upgrade Python and GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rovellipaolo committed Feb 23, 2024
1 parent 858c1f5 commit d57ffde
Show file tree
Hide file tree
Showing 18 changed files with 532 additions and 178 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, macos-latest]
python-version: ["3.5", "3.8", "3.10"]
python-version: ["3.5", "3.10", "3.12"]
exclude:
- os: ubuntu-20.04
python-version: "3.8"
- os: ubuntu-20.04
python-version: "3.10"
- os: ubuntu-20.04
python-version: "3.12"
- os: ubuntu-latest
python-version: "3.5"
- os: macos-latest
Expand All @@ -24,9 +24,9 @@ jobs:
python-version: "3.10"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install
Expand All @@ -43,3 +43,4 @@ jobs:
run: |
make test-coverage
coveralls --service=github
echo "$(coverage3 report)" >> $GITHUB_STEP_SUMMARY
Loading

0 comments on commit d57ffde

Please sign in to comment.