Skip to content

Commit

Permalink
Add support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Jan 17, 2025
1 parent f411fc2 commit ed585f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: trinkle23897/envpool-release:2023-01-02-5f1a5fd
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = envpool
version = 0.8.4
version = 0.8.5
author = "EnvPool Contributors"
author_email = "[email protected]"
description = "C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments."
Expand All @@ -11,11 +11,13 @@ project_urls =
Bug Tracker = https://github.com/sail-sg/envpool/issues
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13

License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Topic :: Scientific/Engineering :: Artificial Intelligence
Expand Down

0 comments on commit ed585f9

Please sign in to comment.