Skip to content

Commit f3ebcb6

Browse files
Update from copier (2025-11-09T05:04:54)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf23cc2 commit f3ebcb6

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
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.

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ jobs:
2727

2828
strategy:
2929
matrix:
30+
<<<<<<< before updating
3031
os: [ubuntu-latest, macos-latest]
3132
python-version: ['3.10']
33+
=======
34+
os: [ubuntu-latest]
35+
python-version: ["3.11"]
36+
>>>>>>> after updating
3237

3338
steps:
3439
- uses: actions/checkout@v5

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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [{name = "Point72, L.P.", email = "[email protected]"}]
88
description = "ccflow is a collection of tools for workflow configuration, orchestration, and dependency injection"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11+
<<<<<<< before updating
1112
version = "0.6.10"
1213
requires-python = ">=3.9"
1314
keywords = [
@@ -17,14 +18,19 @@ keywords = [
1718
"hydra",
1819
"pydantic",
1920
]
21+
=======
22+
version = "0.1.0"
23+
requires-python = ">=3.10"
24+
keywords = []
25+
26+
>>>>>>> after updating
2027
classifiers = [
2128
"Development Status :: 4 - Beta",
2229
"License :: OSI Approved :: Apache Software License",
2330
"Programming Language :: Python",
2431
"Programming Language :: Python :: Implementation :: CPython",
2532
"Programming Language :: Python :: Implementation :: PyPy",
2633
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.9",
2834
"Programming Language :: Python :: 3.10",
2935
"Programming Language :: Python :: 3.11",
3036
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)