Skip to content

Commit

Permalink
test: against python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Oct 25, 2023
1 parent 5a64918 commit 74d4483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -22,13 +22,13 @@ jobs:
- uses: extractions/setup-just@v1
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- run: just install lint
test:
runs-on: ubuntu-latest
strategy:
matrix:
pythonversion: ['3.8', '3.9', '3.10', '3.11']
pythonversion: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: extractions/setup-just@v1
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: extractions/setup-just@v1
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- run: just install coverage
- uses: coverallsapp/github-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: extractions/setup-just@v1
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Build package
run: |
just install build
Expand Down

0 comments on commit 74d4483

Please sign in to comment.