Skip to content

Commit c7d81cc

Browse files
committed
Updated package workflow
1 parent 53b5b7a commit c7d81cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The method relies on the formulation given in:
2424
([IEEE](https://ieeexplore.ieee.org/document/9480269) |
2525
[Research Gate](https://www.researchgate.net/publication/353452024_Composition_of_Dynamic_Control_Objectives_Based_on_Differential_Games))
2626

27+
The package was tested for Python >= 3.10.
28+
2729
# Installation
2830

2931
To install this package run this from the command prompt:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "PyDiffGame is a Python implementation of a Nash Equilibrium solution to Differential Games, based on a reduction of Game Hamilton-Bellman-Jacobi (GHJB) equations to Game Algebraic and Differential Riccati equations, associated with Multi-Objective Dynamical Control Systems"
1212
readme = "README.md"
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.10"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)