Skip to content

Commit

Permalink
require python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
roeger committed Dec 18, 2024
1 parent 3f18b50 commit e273af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit e273af9

Please sign in to comment.