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

Commit

Permalink
Raise upper python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jvrakor committed Nov 4, 2024
1 parent f684fec commit c807ba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.black]
target-version = ["py36", "py37", "py38"]
target-version = ["py36", "py37", "py38", "py312"]
line-length = 119
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'src', exclude=['tests', 'tests.*']
),
package_dir={'': 'src'},
python_requires='>=3.6, <3.9',
python_requires='>=3.6, <3.13',
install_requires=[
'numpy',
'pybedtools',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38},
py{36,37,38,312},
docs,
linters,
packaging,
Expand Down

0 comments on commit c807ba4

Please sign in to comment.