Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/python-semantic-release-8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephasafg authored Jun 23, 2024
2 parents 5562c2c + 57e712e commit e989ddb
Show file tree
Hide file tree
Showing 23 changed files with 2,890 additions and 1,159 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -65,7 +65,7 @@ jobs:
poetry install --no-root --without dev
- name: Run Tests
run: |
poetry run pytest
poetry run pytest --asyncio-mode=auto
- name: Upload pytest test results
uses: actions/upload-artifact@v3
with:
Expand Down
Loading

0 comments on commit e989ddb

Please sign in to comment.