Skip to content

Commit

Permalink
Run CI on oldest supported python (3.9)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
  • Loading branch information
timkpaine committed Oct 30, 2024
1 parent 0d6dde3 commit 7b6820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.11]
python-version: [3.9]

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

0 comments on commit 7b6820b

Please sign in to comment.