Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk authored Apr 1, 2024
2 parents feb1635 + 783bc3f commit 04173d8
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 272 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
os: [ubuntu-18.04, ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.2"
poetry-version: "1.5.1"
- name: Install dependencies
run: poetry install
- name: Static type checking
Expand Down
Loading

0 comments on commit 04173d8

Please sign in to comment.