Skip to content

Commit

Permalink
Merge pull request #3 from HakaiInstitute/update-deps
Browse files Browse the repository at this point in the history
Support for Python 3.11
  • Loading branch information
tayden authored Aug 2, 2023
2 parents 91f2bdb + 23be8e9 commit 1cf77a5
Show file tree
Hide file tree
Showing 6 changed files with 489 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: '3.9'

- name: Setup Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.2

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
- Windows
- MacOs
py:
- "3.11"
- "3.10"
- "3.9"
- "3.8"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
- name: Setup Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.1.13
poetry-version: 1.3.2
- name: Install dependencies
run: |
poetry update
Expand Down
1 change: 0 additions & 1 deletion .idea/ruff.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1cf77a5

Please sign in to comment.