Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- name: Checkout repository
uses: actions/checkout@v6
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ See the fragment files in the [changelog.d/ directory](./changelog.d).

<!-- scriv-insert-here -->

<a id='changelog-22.0.0'></a>
## 22.0.0 — 2026-05-19

### Added

- Support for the verawood release

<a id='changelog-21.2.2'></a>
## 21.2.2 — 2026-06-02

Expand Down
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tutor-contrib-drydock"
version = "21.2.2"
version = "22.0.0"
description = "A Tutor plugin to manage our opinionated Open edX operations"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -17,9 +17,10 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dependencies = [
"tutor~=21.0"
"tutor~=22.0"
]

[project.urls]
Expand Down Expand Up @@ -57,9 +58,6 @@ entry_title_template = "file: changelog.d/scriv/entry_title.md.j2"
module-root = "."
module-name = "drydock"

[tool.uv.sources]
tutor-contrib-s3 = { git = "https://github.com/cleura/tutor-contrib-s3", tag = "v2.5.0" }

[build-system]
requires = ["uv_build>=0.11.0,<0.13.0"]
build-backend = "uv_build"
Expand All @@ -70,11 +68,13 @@ dev = [
"scriv>=1.7.0",
"ty>=0.0.1a29",
]

# Move to the S3 plugin the upstream repository once they release the verawood version.
test = [
"tutor-contrib-s3",
"tutor-forum~=21.0",
"tutor-mfe~=21.0",
"tutor-minio~=21.0",
"tutor-notes~=21.0",
"tutor-contrib-s3 @ git+https://github.com/eduNEXT/tutor-contrib-s3@verawood",
"tutor-mfe~=22.0",
"tutor-minio~=22.0",
"tutor-notes~=22.0",
"tutor-forum~=22.0",
]

38 changes: 19 additions & 19 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.