Skip to content

Commit 08da307

Browse files
DeuchnordJérôme Deuchnord
authored andcommitted
build: add support for Python 3.11 (#295)
BREAKING CHANGE: Python 3.7 is not supported anymore
1 parent 3bf4ed7 commit 08da307

File tree

4 files changed

+152
-177
lines changed

4 files changed

+152
-177
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- ubuntu-latest
2121
- macos-latest
2222
python-version:
23-
- '3.7'
2423
- '3.8'
2524
- '3.9'
2625
- '3.10'
26+
- '3.11'
2727

2828
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
2929
steps:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ If you want to give a try to Kosmorro, head to [its official download page](http
1515

1616
Before you run Kosmorro in your development environment, check you have installed these programs on your system:
1717

18-
- Python ≥ 3.7.0 (needed run Kosmorro)
19-
- PIP3 (needed for package management, usually installed among with Python 3)
20-
- [Poetry](https://python-poetry.org/) (needed to manage the virtual environment)
18+
- Python ≥ 3.8
19+
- PIP3
20+
- [Poetry](https://python-poetry.org/)
2121

2222
Clone this repository and run `poetry install` to install all the dependencies.
23-
Then, run Kosmorro by invoking `poetry run python kosmorro`.
23+
Then, run Kosmorro by invoking `poetry run kosmorro`.
2424

25-
For comfort, you may want to invoke `poetry shell` first and then just `python kosmoro`.
25+
For comfort, you may want to invoke `poetry shell` first and then just `kosmorro`.
2626

2727
## Using Kosmorro
2828

0 commit comments

Comments
 (0)