Skip to content

Commit

Permalink
Update the Github actions.
Browse files Browse the repository at this point in the history
Add in tests for Python 3.12, and switch to Ubuntu 22.04
for running the tests.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Mar 17, 2024
1 parent 9ac6571 commit d5e45f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:
jobs:
unit_tests:
name: Unit Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: Checkout
Expand Down

0 comments on commit d5e45f7

Please sign in to comment.