Skip to content

Commit

Permalink
Remove python version 3.8 from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-choncholas committed Apr 19, 2024
1 parent 197beff commit b900bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
#os: [ubuntu-latest, windows-2019, macOS-11]
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"] # Also see MODULE.bazel

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SUPPORTED_PYTHON_VERSIONS = [
"3.9",
"3.10",
"3.11",
]
] # Also see .github/workflows/wheel.yaml

DEFAULT_PYTHON = "3.10"

Expand Down

0 comments on commit b900bc7

Please sign in to comment.