Skip to content

Commit

Permalink
change python testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Apr 2, 2024
1 parent cbc4189 commit 770e85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Python

on: [push, pull_request]

Expand All @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]

Expand Down

0 comments on commit 770e85b

Please sign in to comment.