Skip to content

Commit

Permalink
update testing to include higher py version, keep 3.7 for back compat…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
ayush9pandey committed Jul 11, 2024
1 parent 6709ce7 commit 59f530e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_bioscrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_bioscrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.10"]
python-version: ["3.7", "3.11"]

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

0 comments on commit 59f530e

Please sign in to comment.