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 c5c72cf commit 0840f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,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 @@ -32,7 +32,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

0 comments on commit 0840f6e

Please sign in to comment.