Skip to content

Commit

Permalink
remove python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Jan 20, 2025
1 parent a575544 commit 67ecef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -26,7 +25,7 @@ classifiers = [
packages = [{include = "classy_classification"}]

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
python = ">=3.8,<3.12"
spacy = {extras = ["transformers"], version = "^3.0"}
sentence-transformers = ">2,<4"
scikit-learn = "^1.0"
Expand Down

0 comments on commit 67ecef2

Please sign in to comment.