Skip to content

Commit

Permalink
bumping version requirement down to 3.8; updating version matrix in u…
Browse files Browse the repository at this point in the history
…nit-test.yml to mirror that of LitGPT
  • Loading branch information
timurcarstensen committed Jun 25, 2024
1 parent 786dc74 commit e204f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
# Run in all these versions of Python
python-version: [3.11, 3.12]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
],
python_requires='>=3.11',
python_requires='>=3.8',
platforms=['Linux'],
install_requires=required_packages,
include_package_data=True
Expand Down

0 comments on commit e204f79

Please sign in to comment.