Skip to content

Commit

Permalink
[Version] add Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Aug 1, 2024
1 parent f897f68 commit 5b3bc16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Apple Silicon runner: https://github.com/actions/runner-images/issues/9254
# Note we disable MPS for training
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
defaults:
run:
shell: bash
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rl4co"
version = "0.5.0.dev1"
version = "0.5.0.dev2"
description = "RL4CO: an Extensive Reinforcement Learning for Combinatorial Optimization Benchmark"
authors = [
"Federico Berto <berto.federico2@gmail.com>",
Expand Down Expand Up @@ -49,6 +49,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 5b3bc16

Please sign in to comment.