Skip to content

Commit

Permalink
removing support for py39
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 7, 2024
1 parent bba8167 commit c72d45e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11"] # -> Will re-enable support for py312 once pyg is released
python-version: ["3.10", "3.11"] # -> Will re-enable support for py312 once pyg is released
pytorch-version: ["2.0"]

runs-on: "ubuntu-latest"
Expand Down
2 changes: 1 addition & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
# - pyg # Add for Windows

dependencies:
- python >=3.9,<3.12
- python >3.9,<3.12
- pip
- typer
- loguru
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
{ name = "Nia Dickson", email = "[email protected]" },
]
readme = "README.md"
requires-python = ">=3.9,<3.12"
requires-python = ">3.9,<3.12"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit c72d45e

Please sign in to comment.