Skip to content

Commit

Permalink
CI: test on py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jul 25, 2023
1 parent 1e7ad0b commit 48e08eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest]
python-version: [ '3.8', '3.x' ]
python-version: [ '3.7', '3.x' ]
steps:
- uses: actions/checkout@v3
- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Python Multi-View Geometry"
readme = "README.md"
license.file = "LICENSE.txt"
authors = [{ name = "Andrew Straw", email = "[email protected]" }]
requires-python = ">=3.8"
requires-python = ">=3.7"

urls.homepage = "https://github.com/strawlab/pymvg"

Expand Down

0 comments on commit 48e08eb

Please sign in to comment.