Skip to content

Commit a994c17

Browse files
committed
Bump minimum tested Ubuntu version to 22.04 and minimum Python version to 3.8
1 parent fd73bb0 commit a994c17

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
21-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
20+
os: [ubuntu-22.04, ubuntu-24.04]
21+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
2222

2323
steps:
2424
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pyperplan"
33
version = "2.1"
44
description = "A lightweight STRIPS planner written in Python."
55
readme = "README.md"
6-
requires-python = ">=3.7"
6+
requires-python = ">=3.8"
77
license = "GPL-3.0-or-later"
88
keywords = ["classical planning", "STRIPS"]
99
authors = [{ name = "Jendrik Seipp", email = "jendrik.seipp@liu.se" }]
@@ -14,7 +14,6 @@ classifiers = [
1414
"Intended Audience :: Education",
1515
"Intended Audience :: Science/Research",
1616
"Programming Language :: Python",
17-
"Programming Language :: Python :: 3.7",
1817
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)