File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - name : Set up Python
1313 uses : actions/setup-python@v4
1414 with :
15- python-version : ' 3.9 '
15+ python-version : ' 3.10 '
1616
1717 - name : Cache pip packages
1818 uses : actions/cache@v3
4444 - name : Set up Python
4545 uses : actions/setup-python@v4
4646 with :
47- python-version : ' 3.9 '
47+ python-version : ' 3.10 '
4848
4949 - name : Cache pip packages
5050 uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "openevolve"
77dynamic = [" version" ]
88description = " Open-source implementation of AlphaEvolve"
99readme = " README.md"
10- requires-python = " >=3.9 "
10+ requires-python = " >=3.10 "
1111license = {text = " Apache-2.0" }
1212authors = [
1313 {name = " codelion" }
@@ -31,15 +31,15 @@ dev = [
3131
3232[tool .black ]
3333line-length = 100
34- target-version = [' py39 ' ]
34+ target-version = [' py310 ' ]
3535include = ' \.pyi?$'
3636
3737[tool .isort ]
3838profile = " black"
3939line_length = 100
4040
4141[tool .mypy ]
42- python_version = " 3.9 "
42+ python_version = " 3.10 "
4343warn_return_any = true
4444warn_unused_configs = true
4545disallow_untyped_defs = true
You can’t perform that action at this time.
0 commit comments