Skip to content

Commit

Permalink
Merge pull request #13 from mikenerone/mikenerone/python312-and-dep-u…
Browse files Browse the repository at this point in the history
…pdates

Update deps, including trio + support recent Python versions + fix Github workflow
  • Loading branch information
andersea authored Jan 3, 2024
2 parents 7209020 + de7c226 commit 3333520
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 349 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand All @@ -19,9 +19,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v2.1.3
uses: abatilo/actions-poetry@v2.4.0
- name: Cache poetry virtualenv
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: ~/.virtualenvs
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.12']

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 3333520

Please sign in to comment.