Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Oct 16, 2024
2 parents 6bf4832 + c16817a commit e90ef45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 79
target-version = ['py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']


[tool.ruff]
Expand Down Expand Up @@ -52,5 +52,5 @@ exclude = [
"*_vendor*",
]

target-version = "py39"
target-version = "py38"
fix = true
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Image Processing
project_urls =
Bug Tracker = https://github.com/haesleinhuepf/bia-bob/issues
Expand All @@ -41,7 +43,7 @@ install_requires =
azure-ai-inference>=1.0.0b4
mistralai>=1.0.0

python_requires = >=3.9
python_requires = >=3.8
include_package_data = True
package_dir =
=src
Expand Down

0 comments on commit e90ef45

Please sign in to comment.