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 26, 2024
1 parent 5ea1456 commit 27b20c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8']
python-version: ['3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
nox.options.error_on_missing_interpreters = False

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


Expand Down

0 comments on commit 27b20c2

Please sign in to comment.