Skip to content

Commit 3a742eb

Browse files
authored
Merge pull request #24 from cfs-energy/tbody-cfs-patch-1
Fix python version in README.md
2 parents e15b114 + 2b558c4 commit 3a742eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you want to develop `radas`, excellent! For contributing to `radas`, we ask t
2929

3030
### Prerequisites
3131

32-
* Python 3.9 or later
32+
* Python 3.10 or later
3333
* The `poetry` packaging and dependency manager
3434

3535
### Installation
@@ -112,4 +112,4 @@ to execute all of the tests in the `tests` folder.
112112

113113
### Pushing to PyPi
114114

115-
To update the version of `radas` at [pypi.org/project/radas/](https://pypi.org/project/radas/), you should edit `pyproject.toml` and set `version="YYYY.MM.V"`, where `YYYY` is the year, `MM` is the month and `V` is a version tag (reset at zero each month). Then, tag a new release and Github Actions will automatically push this to pypi.
115+
To update the version of `radas` at [pypi.org/project/radas/](https://pypi.org/project/radas/), you should edit `pyproject.toml` and set `version="YYYY.MM.V"`, where `YYYY` is the year, `MM` is the month and `V` is a version tag (reset at zero each month). Then, tag a new release and Github Actions will automatically push this to pypi.

0 commit comments

Comments
 (0)