Skip to content

Commit 84b81f0

Browse files
committed
Bump py version
1 parent 12e53b7 commit 84b81f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Also see its [drawbacks](#similar-projects).
8888

8989
Successfully tested on Linux/Mac/Windows.
9090

91-
### Prerequisite: Python>=3.9
91+
### Prerequisite: Python>=3.12
9292

9393
If you're an expert, setup a python environment however you like.
9494
Otherwise:

dapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--8<-- "dapper/README.md"
55
"""
66

7-
__version__ = "1.7.1"
7+
__version__ = "1.7.2"
88

99
# A parsimonious list of imports used in the examples
1010
from .dpr_config import rc

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def read(*parts):
118118
# >=3.7 for dataclass, capture_output, dict ordering, np>=1.20.
119119
# ==3.7 for Colab
120120
# ==3.9 for the DAPPER/GCP cluster, since dill isn't compat. across versions.
121-
python_requires=">=3.9",
121+
python_requires=">=3.12",
122122
install_requires=INSTALL_REQUIRES,
123123
extras_require=EXTRAS,
124124
packages=find_packages(),

0 commit comments

Comments
 (0)