Skip to content

Commit 0c44af8

Browse files
committed
resolve conflicts
Signed-off-by: Tim Paine <[email protected]>
1 parent f3ebcb6 commit 0c44af8

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/build.yaml

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

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

3833
steps:
3934
- uses: actions/checkout@v5

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,16 @@ 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
1211
version = "0.6.10"
13-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1413
keywords = [
1514
"configuration",
1615
"flow",
1716
"dag",
1817
"hydra",
1918
"pydantic",
2019
]
21-
=======
22-
version = "0.1.0"
23-
requires-python = ">=3.10"
24-
keywords = []
2520

26-
>>>>>>> after updating
2721
classifiers = [
2822
"Development Status :: 4 - Beta",
2923
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)