Skip to content

Commit 5a8a6e9

Browse files
committed
ci: updated workflows and removed py=3.9 support
fix: changed tutorial g env to conda.
1 parent 3990389 commit 5a8a6e9

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
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

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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: |

docs/intro/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

99
Latest 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

133133
2. From the ``PyPI`` repository
134134
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

tutorials/case_g/models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
n_sims: 100
66
mag_min: 3.5
77
seed: 23
8-
build: venv
8+
build: conda

0 commit comments

Comments
 (0)