Skip to content

Commit 048edb7

Browse files
committed
bump: version bump to rely on python 3.11
1 parent d448ae9 commit 048edb7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: '3.10'
41+
python-version: '3.11'
4242

4343
- name: Install dependencies
4444
run: |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "flamapy-fm is a plugin to Flamapy module"
99
readme = "README.md"
1010
license = "GPL-3.0-or-later"
1111
authors = [{ name = "Flamapy", email = "flamapy@us.es" }]
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.11"
1313
dependencies = [
1414
"flamapy-fw~=2.6.0.dev1",
1515
"uvlparser~=2.5.0",
@@ -34,7 +34,7 @@ include = ["flamapy.*"]
3434

3535
[tool.ruff]
3636
line-length = 100 # Matches max-line-length from pycodestyle
37-
target-version = "py39"
37+
target-version = "py311"
3838

3939
[tool.ruff.lint]
4040
select = ["E", "W", "F", "C", "PL", "RUF"] # Includes pycodestyle, pylint, and McCabe complexity

0 commit comments

Comments
 (0)