Skip to content

Commit 91110b3

Browse files
committed
bump: version bump to rely on python 3.11
1 parent fbf8eb5 commit 91110b3

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 is a Python-based AAFM framework that takes into consider
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

1515
[project.optional-dependencies]
@@ -32,7 +32,7 @@ include = ["flamapy.*"]
3232

3333
[tool.ruff]
3434
line-length = 100 # Matches max-line-length from pycodestyle
35-
target-version = "py39"
35+
target-version = "py311"
3636

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

0 commit comments

Comments
 (0)