Skip to content

Commit

Permalink
Add back 3.9 support (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium authored Feb 14, 2024
1 parent cf8c675 commit 5f771ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
pydantic-version: ["1", "2"]
include-rdkit: [true, false]
include-openeye: [true, false]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# Customize MANIFEST.in if the general case does not suit your needs
# Comment out this line to prevent the files from being packaged with your software
include_package_data=True,
python_requires=">=3.10", # Python version restrictions
python_requires=">=3.9", # Python version restrictions
# Allows `setup.py test` to work correctly with pytest
setup_requires=[] + pytest_runner,
# Required packages, pulls from pip if needed
Expand Down

0 comments on commit 5f771ce

Please sign in to comment.