Skip to content

Commit

Permalink
Merge pull request #15 from altescy/upgrade-deps
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
altescy authored Oct 24, 2023
2 parents 3d22f56 + 2310b29 commit 8268ba5
Show file tree
Hide file tree
Showing 5 changed files with 697 additions and 638 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@ on:

jobs:
tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
max-parallel: 1
matrix:
python-version: [3.8]
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

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

Expand Down
Loading

0 comments on commit 8268ba5

Please sign in to comment.