Skip to content

Commit ed585f9

Browse files
Add support Python 3.12
1 parent f411fc2 commit ed585f9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
container: trinkle23897/envpool-release:2023-01-02-5f1a5fd
1515
strategy:
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Python ${{ matrix.python-version }}

setup.cfg

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = envpool
3-
version = 0.8.4
3+
version = 0.8.5
44
author = "EnvPool Contributors"
55
author_email = "[email protected]"
66
description = "C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments."
@@ -11,11 +11,13 @@ project_urls =
1111
Bug Tracker = https://github.com/sail-sg/envpool/issues
1212
classifiers =
1313
Programming Language :: Python :: 3
14-
Programming Language :: Python :: 3.7
1514
Programming Language :: Python :: 3.8
1615
Programming Language :: Python :: 3.9
1716
Programming Language :: Python :: 3.10
1817
Programming Language :: Python :: 3.11
18+
Programming Language :: Python :: 3.12
19+
Programming Language :: Python :: 3.13
20+
1921
License :: OSI Approved :: Apache Software License
2022
Operating System :: POSIX :: Linux
2123
Topic :: Scientific/Engineering :: Artificial Intelligence

0 commit comments

Comments
 (0)