Skip to content

Commit 8249ffe

Browse files
committed
bump: version bump to rely on python 3.11
1 parent 99d34b2 commit 8249ffe

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 = "z3-plugin for the automated analysis of feature models"
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
"flamapy-fm~=2.6.0.dev1",
@@ -33,7 +33,7 @@ include = ["flamapy.*"]
3333

3434
[tool.ruff]
3535
line-length = 100
36-
target-version = "py39"
36+
target-version = "py311"
3737

3838
[tool.ruff.lint]
3939
select = ["E", "W", "F", "C", "PL", "RUF"]

0 commit comments

Comments
 (0)