Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update pyproject.toml to py311 and remove cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Nov 29, 2023
1 parent 60dd867 commit 04b885b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ classifiers = [
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Image Recognition",
]
requires-python = ">=3.8"
Expand Down Expand Up @@ -71,12 +71,6 @@ include-package-data = true

[tool.setuptools_scm]

[tool.cibuildwheel]
build = "cp38-* cp39-* cp310-*"

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]

[tool.pytest.ini_options]
addopts = "--cov=cellfinder_core --cov-report=xml"
filterwarnings = [
Expand All @@ -94,7 +88,7 @@ markers = [
log_level = "WARNING"

[tool.black]
target-version = ['py38', 'py39', 'py310']
target-version = ['py39', 'py310', 'py311']
skip-string-normalization = false
line-length = 79

Expand Down

0 comments on commit 04b885b

Please sign in to comment.