Skip to content

Commit 192f148

Browse files
committed
3.12; older pypys
1 parent 1ef6e40 commit 192f148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
python-version: ["pypy3.10", "pypy3.11", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["pypy3.10", "pypy3.11", "3.12", "3.13"]
1717
name: test
1818
runs-on: ubuntu-latest
1919
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.11"
9+
requires-python = ">=3.12"
1010
classifiers = [
1111
"Intended Audience :: Developers",
1212
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)