File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 include :
18- - os : ubuntu-latest
19- python-version : ' 3.9'
2018 - os : ubuntu-latest
2119 python-version : ' 3.10'
2220 - os : ubuntu-latest
Original file line number Diff line number Diff line change 2121 generate-run-shell : true
2222 environment-file : environment.yml
2323 create-args : >-
24- python=3.10
24+ python=3.11
2525
2626 - name : Install py-build and setuptools-scm
2727 run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Installation
33
44.. important ::
55
6- This application uses ``3.9 <= python <= 3.12 ``
6+ This application uses ``3.10 <= python <= 3.12 ``
77
88
99Latest Version
@@ -128,7 +128,7 @@ Having a ``conda`` manager installed (see ``conda`` managers in :ref:`conda-inst
128128 $ conda activate experiment
129129 $ conda install -c conda-forge floatcsep
130130
131- where ``3.9 < {PYTHON_VERSION} <= 3.12 `` is at your convenience.
131+ where ``3.10 < {PYTHON_VERSION} <= 3.12 `` is at your convenience.
132132
1331332. From the ``PyPI `` repository
134134~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 55 n_sims : 100
66 mag_min : 3.5
77 seed : 23
8- build : venv
8+ build : conda
You can’t perform that action at this time.
0 commit comments