Skip to content

Commit 743c60f

Browse files
python 3.9
1 parent cf86da0 commit 743c60f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ authors = [
1919
description = "Fast and simple RL algorithms implemented in PyTorch"
2020
readme = { file = "README.md", content-type = "text/markdown"}
2121
license = { text = "BSD-3-Clause" }
22-
requires-python = ">=3.8"
22+
requires-python = ">=3.9"
2323
classifiers = [
2424
"Programming Language :: Python :: 3",
2525
"Operating System :: OS Independent",
@@ -47,7 +47,7 @@ include = ["rsl_rl*"]
4747
[tool.pyright]
4848
include = ["rsl_rl"]
4949
typeCheckingMode = "basic"
50-
pythonVersion = "3.8"
50+
pythonVersion = "3.9"
5151
pythonPlatform = "Linux"
5252
enableTypeIgnoreComments = true
5353
# This is required as the CI pre-commit does not download the module (i.e. numpy, torch, prettytable)

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
line-length = 120
2-
target-version = "py38"
2+
target-version = "py39"
33
preview = true
44

55
[lint]

0 commit comments

Comments
 (0)