Skip to content

Commit

Permalink
only running against python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Nov 12, 2023
1 parent 6fb96da commit 22423d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
matrix:
#os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
python-version: ["3.8", "3.11"]
#python-version: ["3.8", "3.11"]
python-version: "3.8"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 22423d6

Please sign in to comment.