Skip to content

Commit d73eb9c

Browse files
author
John Lyu
committed
Refactor code structure for improved readability and maintainability
1 parent 776742c commit d73eb9c

5 files changed

Lines changed: 6394 additions & 5 deletions

File tree

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10

dataframe_image/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
commit_id: COMMIT_ID
2929
__commit_id__: COMMIT_ID
3030

31-
__version__ = version = '0.2.8.dev10+ga314d1d8b.d20260227'
32-
__version_tuple__ = version_tuple = (0, 2, 8, 'dev10', 'ga314d1d8b.d20260227')
31+
__version__ = version = '0.2.8.dev11+g776742cd3.d20260227'
32+
__version_tuple__ = version_tuple = (0, 2, 8, 'dev11', 'g776742cd3.d20260227')
3333

3434
__commit_id__ = commit_id = None

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,9 @@ include = [
101101
[tool.pytest.ini_options]
102102
asyncio_mode = "auto"
103103
asyncio_default_fixture_loop_scope = "function"
104+
105+
[dependency-groups]
106+
dev = [
107+
"pytest>=8.3.5",
108+
"pytest-asyncio>=0.24.0",
109+
]

pytest.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)