Skip to content

Commit

Permalink
Update pyproject.toml for poetry 2
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 13, 2025
1 parent 4a7092e commit 2596b49
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 345 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
name: Test
strategy:
matrix:
python-version: ['3.7.x', '3.8.x', '3.9.x']
python-version: ['3.10.x', '3.11.x', '3.12.x', '3.13.x']
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1

- name: Install Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -28,8 +28,9 @@ jobs:
- name: Upload coverage
if: success()
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

release:
Expand All @@ -39,12 +40,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.9.x'
python-version: '3.12.x'

- name: Publish release
run: |
Expand Down
Loading

0 comments on commit 2596b49

Please sign in to comment.