Skip to content

Commit

Permalink
Change GHA Python Versions (#90)
Browse files Browse the repository at this point in the history
* [pypa]

* [gha] fix #71

* Revert "[pypa]"

This reverts commit 3ec1841.

* [gha] python 3.7 -> 3.10.4, ubuntu -> 22.04
  • Loading branch information
milobanks authored Jan 23, 2025
1 parent 6c52f86 commit dd0360e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest]
python-version: ["3.7", "3.11"]
platform: [ubuntu-22.04]
python-version: ["3.10.4", "3.11.0"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dd0360e

Please sign in to comment.