Skip to content

Commit

Permalink
[BugFix] Remove erroneous python 3.8 compatibility classifier (#2540)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Nov 6, 2024
1 parent 98b45a6 commit 528875a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def _main(argv):
extras_require=extra_requires,
zip_safe=False,
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

1 comment on commit 528875a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'CPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 528875a Previous: 2a07f4c Ratio
benchmarks/test_replaybuffer_benchmark.py::test_rb_populate[TensorDictReplayBuffer-ListStorage-SamplerWithoutReplacement-400] 34.92271105693956 iter/sec (stddev: 0.17309687970849325) 231.72492782805966 iter/sec (stddev: 0.0007987145050777952) 6.64

This comment was automatically generated by workflow using github-action-benchmark.

CC: @vmoens

Please sign in to comment.