Skip to content

Commit c79b9d0

Browse files
authored
Merge pull request #155 from Point72/copier-update-2025-11-09T05-04-54
Update from copier (2025-11-09T05:04:54)
2 parents cf23cc2 + 0c44af8 commit c79b9d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.copier-answers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 5af64c5
2+
_commit: 973c39c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python
@@ -9,5 +9,5 @@ github: Point72
99
project_description: ccflow is a collection of tools for workflow configuration, orchestration,
1010
and dependency injection
1111
project_name: ccflow
12-
python_version_primary: '3.9'
12+
python_version_primary: '3.11'
1313
team: Point72, L.P.

docs/wiki/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Pre-requisites
22

3-
You need Python >=3.9 on your machine to install `ccflow`.
3+
You need Python >=3.10 on your machine to install `ccflow`.
44

55
## Install with `pip`
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ description = "ccflow is a collection of tools for workflow configuration, orche
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
1111
version = "0.6.10"
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1313
keywords = [
1414
"configuration",
1515
"flow",
1616
"dag",
1717
"hydra",
1818
"pydantic",
1919
]
20+
2021
classifiers = [
2122
"Development Status :: 4 - Beta",
2223
"License :: OSI Approved :: Apache Software License",
2324
"Programming Language :: Python",
2425
"Programming Language :: Python :: Implementation :: CPython",
2526
"Programming Language :: Python :: Implementation :: PyPy",
2627
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)