Skip to content

Commit 1a01569

Browse files
authored
Merge branch 'main' into chore/require-python-3.13
2 parents b8ad19b + fd75923 commit 1a01569

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

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

.github/workflows/lint.yml

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dynamic = ["version"]
99
name = "reqstool-python-poetry-plugin"
1010
version = "0.0.0"
1111
description = "Reqstool Python Poetry Plugin"
12-
authors = ["LFV SYSDEV <sysdev@lfv.com>"]
12+
authors = ["reqstool"]
1313
license = "MIT License"
1414
readme = "README.md"
1515
repository = "https://github.com/Luftfartsverket/reqstool-python-poetry-plugin.git"
@@ -56,7 +56,7 @@ markers = [
5656

5757
[tool.black]
5858
line-length = 120
59-
target-version = ['py310']
59+
target-version = ['py313']
6060

6161
[tool.flake8]
6262
ignore = ["W503"]

0 commit comments

Comments
 (0)