Skip to content

Commit

Permalink
Update to python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
m-naumann committed Feb 3, 2024
1 parent 394b93f commit 3877ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: set up env
run: python -m pip install -e .[docs,dev]
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: set up env
run: python -m pip install -e .[docs]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "behavior_generation_lecture_python"
version = "0.0.2"
description = "Python code for the respective lecture at KIT"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
{name = "Organizers of the lecture 'Verhaltensgenerierung für Fahrzeuge' at KIT" }
Expand Down

0 comments on commit 3877ac7

Please sign in to comment.