Skip to content

Commit

Permalink
ci: Upgrade Pants to 2.21.0.dev5 and remove no longer used ruff_previ…
Browse files Browse the repository at this point in the history
…ew plugin (#2006)
  • Loading branch information
achimnol committed Apr 8, 2024
1 parent 02aad90 commit 7f63e82
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 640 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,12 @@ or native SSH connection to kernels via our client SDK or desktop apps.
Python Version Compatibility
----------------------------

| Backend.AI Core Version | Compatible Python Version |
|:-----------------------:|:-------------------------:|
| 24.03.x / 24.09.x | 3.12.x |
| 23.03.x / 23.09.x | 3.11.x |
| 22.03.x / 22.09.x | 3.10.x |
| 21.03.x / 21.09.x | 3.8.x |
| Backend.AI Core Version | Python Version | Pantsbuild version |
|:-----------------------:|:--------------:|:------------------:|
| 24.03.x / 24.09.x | 3.12.x | 2.21.x |
| 23.03.x / 23.09.x | 3.11.x | 2.19.x |
| 22.03.x / 22.09.x | 3.10.x | |
| 21.03.x / 21.09.x | 3.8.x | |


License
Expand Down
5 changes: 2 additions & 3 deletions pants.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[GLOBAL]
pants_version = "2.21.0.dev4"
pants_version = "2.21.0.dev5"
pythonpath = ["%(buildroot)s/tools/pants-plugins"]
backend_packages = [
"pants.backend.python",
Expand All @@ -10,7 +10,6 @@ backend_packages = [
"pants.backend.experimental.python.lint.ruff.format",
"pants.backend.experimental.visibility",
"pants.backend.plugin_development",
# "ruff_preview", # a vendored backport of the pants 2.20's lint plugin
"setupgen",
"platform_resources",
"scie",
Expand Down Expand Up @@ -115,4 +114,4 @@ install_from_resolve = "mypy"
install_from_resolve = "towncrier"

[setuptools]
install_from_resolve = "setuptools"
install_from_resolve = "setuptools"
18 changes: 0 additions & 18 deletions tools/pants-plugins/ruff_preview/BUILD

This file was deleted.

Empty file.
15 changes: 0 additions & 15 deletions tools/pants-plugins/ruff_preview/register.py

This file was deleted.

130 changes: 0 additions & 130 deletions tools/pants-plugins/ruff_preview/ruff.lock

This file was deleted.

138 changes: 0 additions & 138 deletions tools/pants-plugins/ruff_preview/rules.py

This file was deleted.

0 comments on commit 7f63e82

Please sign in to comment.