Skip to content

Commit

Permalink
ci: Updated to test against Python 3.12
Browse files Browse the repository at this point in the history
Updated CI to test against Python 3.12 from 3.7.
  • Loading branch information
chrisarridge committed Jul 9, 2024
1 parent eb70c0e commit dd6ecda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.12
- uses: actions/cache@v3
name: Cache dependencies
with:
Expand Down

0 comments on commit dd6ecda

Please sign in to comment.