Skip to content

Commit

Permalink
Run unit tests on Python 3.11 on Linux (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored Mar 1, 2024
1 parent fda2f1e commit 76ea07e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.9"]
include:
- os: "ubuntu-latest"
python-version: "3.11"

steps:
- name: Checkout source
Expand Down

0 comments on commit 76ea07e

Please sign in to comment.