File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Set up Python
2828 uses : actions/setup-python@v6
2929 with :
30- python-version : " 3.14 "
30+ python-version : " 3.13 "
3131 - name : Install and configure Poetry (this should ideally be done from pyproject.toml but..)
3232 uses : snok/install-poetry@v1
3333 with :
Original file line number Diff line number Diff line change 1212 - name : Set up Python
1313 uses : actions/setup-python@v6
1414 with :
15- python-version : " 3.14 "
15+ python-version : " 3.13 "
1616 - name : Install and configure Poetry (this should ideally be done from pyproject.toml but..)
1717 uses : snok/install-poetry@v1
1818 with :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dynamic = ["version"]
99name = " reqstool-python-poetry-plugin"
1010version = " 0.0.0"
1111description = " Reqstool Python Poetry Plugin"
12- authors = [" LFV SYSDEV <sysdev@lfv.com> " ]
12+ authors = [" reqstool " ]
1313license = " MIT License"
1414readme = " README.md"
1515repository = " https://github.com/Luftfartsverket/reqstool-python-poetry-plugin.git"
@@ -56,7 +56,7 @@ markers = [
5656
5757[tool .black ]
5858line-length = 120
59- target-version = [' py310 ' ]
59+ target-version = [' py313 ' ]
6060
6161[tool .flake8 ]
6262ignore = [" W503" ]
You can’t perform that action at this time.
0 commit comments