Skip to content

Commit

Permalink
fix dependency versions for snakebids, pulp (#313)
Browse files Browse the repository at this point in the history
* fix dependency versions for snakebids, pulp

* poetry lock

* Revert "poetry lock"

This reverts commit b2f8809.

* redo poetry lock

* python >3.8

* dropped testing for python <3.8

---------

Co-authored-by: Jordan DeKraker <[email protected]>
  • Loading branch information
jordandekraker and Jordan DeKraker authored Jul 23, 2024
1 parent c82b8cb commit bd2bd68
Show file tree
Hide file tree
Showing 3 changed files with 979 additions and 1,293 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: ["quality"]
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]

steps:
- name: Install non-python dependencies
Expand Down
Loading

0 comments on commit bd2bd68

Please sign in to comment.