Skip to content

Commit

Permalink
fix: python 3.9 only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Mar 29, 2024
1 parent 8d376d3 commit 1adb7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14]
python-version: ["3.12", "3.11", "3.10", "3.9"]
python-version: ["3.12", "3.11", "3.10"]
include:
- os: ubuntu-latest
python-version: "3.9"
Expand Down

0 comments on commit 1adb7b8

Please sign in to comment.