Skip to content

Commit

Permalink
Merge pull request #173 from 4dn-dcic/ajs_py311_upd
Browse files Browse the repository at this point in the history
updated python versions in readme and add ga publish to the makefile
  • Loading branch information
aschroed authored Oct 12, 2023
2 parents 1ed371f + 6447e8e commit 2436979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ tag-and-push: # tags the branch and pushes it
@scripts/tag-and-push

publish:
scripts/publish
# New Python based publish script in dcicutils (2023-04-25).
poetry run publish-to-pypi

publish-for-ga:
# New Python based publish script in dcicutils (2023-04-25).
poetry run publish-to-pypi --noconfirm


help:
@make info
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install submit4dn --upgrade

### Troubleshooting

This package is not supported on older Python versions and is supported and tested for versions 3.7 - 3.9. It may work with other python versions but your mileage may vary.
This package is not supported on older Python versions and is supported and tested for versions 3.8 - 3.11. It may work with other python versions but your mileage may vary.

It is recommended to install this package in a virtual environment to avoid dependency clashes.

Expand Down

0 comments on commit 2436979

Please sign in to comment.