Skip to content

Commit

Permalink
updated python versions in readme and add ga publish to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Oct 12, 2023
1 parent 1c86687 commit 6447e8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Makefile
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
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 6447e8e

Please sign in to comment.