diff --git a/.github/workflows/python-package.yaml b/.github/workflows/python-package.yaml index a1b2a21..bc474d6 100644 --- a/.github/workflows/python-package.yaml +++ b/.github/workflows/python-package.yaml @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-22.04"] - python-version: ["3.8", "3.10"] + python-version: ["3.10"] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index 3dee793..0753ce3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,6 @@ classifiers = [ "Topic :: Scientific/Engineering", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Operating System :: Unix", @@ -46,7 +44,7 @@ classifiers = [ authors = [] maintainers = [] keywords = [] -requires-python = ">=3.8,<4" +requires-python = ">=3.10,<4" # TODO: Add [gpu] set of dependencies for trtllm once it's available on pypi dependencies = [ "directory-tree == 0.0.4", # may remove in future