Skip to content

Commit

Permalink
MAINT: Upgrade Python version. (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Boucinha <[email protected]>
  • Loading branch information
MaxJPRey and Lucas Boucinha authored Nov 28, 2023
1 parent 7b80bab commit 8c75360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
os: [pytwin-win10, ubuntu-20.04]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- name: Install Ubuntu dependencies for RomViewerSharedLib.so
if: matrix.os == 'ubuntu-20.04'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.7.1,<4"
python = ">=3.9,<4"
importlib-metadata = {version = "^4.0", python = "<3.8"}
numpy = ">=1.14"
pandas = ">=1.3.2"
Expand Down

0 comments on commit 8c75360

Please sign in to comment.