Skip to content

Commit

Permalink
Updating python versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Aug 4, 2024
1 parent c1a153b commit 0adb013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
run:
runs-on: ubuntu-latest
env:
PYTHON: '3.10'
PYTHON: '3.12'
steps:
- uses: actions/checkout@main
- name: Setup Python
uses: actions/setup-python@main
with:
python-version: '3.10'
python-version: '3.12'
- name: Generate coverage report
run: |
git config --global user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0adb013

Please sign in to comment.