Skip to content

Commit

Permalink
chore: remove python3.7 and python3.8 to get through ci
Browse files Browse the repository at this point in the history
Because python 3.7 and 3.8 aren't bundled with ubuntu 24.04 we
remove for the sake of seeing if CI passes otherwise. We will add back
in in other ways if it doesn't.
  • Loading branch information
malandis committed May 17, 2024
1 parent 365170f commit 27f2f98
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
new-python-protobuf: ["true"]
include:
- python-version: "3.7"
new-python-protobuf: "false"

env:
TEST_API_KEY: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
Expand Down Expand Up @@ -67,10 +64,6 @@ jobs:
matrix:
# TODO: one of the examples dependencies does not support 3.11
include:
- python-version: "3.7"
package: prepy310
- python-version: "3.8"
package: prepy310
- python-version: "3.9"
package: prepy310
- python-version: "3.10"
Expand Down

0 comments on commit 27f2f98

Please sign in to comment.