Skip to content

Commit 1ef6e40

Browse files
committed
try 11 with updated lock file
1 parent dab7891 commit 1ef6e40

File tree

2 files changed

+74
-4
lines changed

2 files changed

+74
-4
lines changed

pdm.lock

Lines changed: 72 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
description = "A Python client for the Fitbit API"
88
readme = "README.md"
9-
requires-python = ">=3.12"
9+
requires-python = ">=3.11"
1010
classifiers = [
1111
"Intended Audience :: Developers",
1212
"Operating System :: OS Independent",
@@ -75,7 +75,7 @@ extensions = [
7575

7676
[tool.pytest.ini_options]
7777
testpaths = ["tests"]
78-
minversion = 6.0
78+
miniversion = 6.0
7979
python_files = "test_*.py"
8080
addopts = "-ra -q --cov=fitbit_client --cache-clear --cov-report=term-missing --tb=native -W error::DeprecationWarning"
8181
pythonpath = ["."]

0 commit comments

Comments
 (0)