Skip to content

Commit

Permalink
Merge pull request #102 from DaanRademaker/change_python_support
Browse files Browse the repository at this point in the history
drop python 3.7 support and add tests for python 3.12
  • Loading branch information
DaanRademaker committed Jan 8, 2024
2 parents bcbdeee + d1f0715 commit c85de71
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 137 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ permissions:

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
pydantic-version: ["pydantic-v1", "pydantic-v2"]

steps:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: 'junit/report.xml'
report_paths: "junit/report.xml"
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down
157 changes: 38 additions & 119 deletions poetry.lock

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

Loading

0 comments on commit c85de71

Please sign in to comment.