Skip to content

Commit

Permalink
Remove use of poetry
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 27, 2024
1 parent 1425781 commit 67dfedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
nox.options.error_on_missing_interpreters = False

locations = "adijif", "tests", "noxfile.py"
main_python = "3.7"
main_python = "3.8"
multi_python_versions_support = ["3.7", "3.8", "3.9"]
package = "adijif"

Expand Down

0 comments on commit 67dfedd

Please sign in to comment.