Skip to content

Commit

Permalink
try more old python versions on the CI for temporary basis (#281)
Browse files Browse the repository at this point in the history
* try more old python versions on the CI for temporary basis

Signed-off-by: Asif Saif Uddin <[email protected]>

* downgrade ubuntu to run python 3.6

Signed-off-by: Asif Saif Uddin <[email protected]>

---------

Signed-off-by: Asif Saif Uddin <[email protected]>
  • Loading branch information
auvipy authored Nov 10, 2023
1 parent 6cf490d commit b5a477e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]

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

0 comments on commit b5a477e

Please sign in to comment.