From e273af9792301f9f869d8f92438a08f84302c31a Mon Sep 17 00:00:00 2001 From: Gabriele Roeger Date: Wed, 18 Dec 2024 16:19:14 +0100 Subject: [PATCH] require python >= 3.9 --- .github/workflows/main.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74d40be..b714a13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -123,7 +123,7 @@ jobs: strategy: matrix: version: - - {os: windows-2019, python: '3.8'} + - {os: windows-2019, python: '3.9'} - {os: windows-2022, python: '3.10'} steps: - name: Clone repository diff --git a/pyproject.toml b/pyproject.toml index 7c47209..37e1eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "up_fast_downward" version = "0.5.0" description = "Unified Planning Integration of the Fast Downward planning system" readme = {text = "This package makes the [Fast Downward](https://www.fast-downward.org/) planning system available in the [unified_planning library](https://github.com/aiplan4eu/unified-planning).", content-type = "text/markdown"} -requires-python = ">=3.8" +requires-python = ">=3.9" license = {text = "GPL-3.0-only"} authors = [ {name = "UNIBAS Team"},