Skip to content
Open
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.0'></a>
## 21.2.0 — 2026-04-24

Expand Down
27 changes: 18 additions & 9 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.0"
version = "22.0.0"
description = "A Tutor plugin to manage our opinionated Open edX operations"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -11,15 +11,17 @@ authors = [
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"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,11 +59,18 @@ entry_title_template = "file: changelog.d/scriv/entry_title.md.j2"
module-root = "."
module-name = "drydock"

# TODO: remove before merging
[tool.uv.sources]
tutor-contrib-s3 = { git = "https://github.com/cleura/tutor-contrib-s3", tag = "v2.5.0" }
tutor = {git = "https://github.com/overhangio/tutor", rev = "f7e7a4c6316bc6e42ce68f8e916a72a7ca15811e"} # Verawood
tutor-contrib-s3 = {git = "https://github.com/eduNEXT/tutor-contrib-s3", rev = "5dc1c06d96b337109f7ca96eda41529a7f22e0e0"} # Verawood
tutor-mfe = {git = "https://github.com/overhangio/tutor-mfe", rev = "1547ec2787535f9b340ba87909fef2ec32a806c9"} # Verawood
tutor-minio = {git = "https://github.com/overhangio/tutor-minio", rev = "b05d1f37875789ec6abe9641a05fda1139fd45ed"} # Verawood
tutor-notes = {git = "https://github.com/overhangio/tutor-notes", rev = "2cfe80f82dde6e794782d0484a7b1bf6af9296f2"} # Verawood
tutor-forum = {git = "https://github.com/overhangio/tutor-forum", rev = "3ecb05cc6aa525554995d37be1077c53d7833ac4"} # Verawood


[build-system]
requires = ["uv_build>=0.11.0,<0.12.0"]
requires = ["uv_build>=0.9.5,<0.10.0"]
build-backend = "uv_build"

[dependency-groups]
Expand All @@ -71,10 +80,10 @@ dev = [
"ty>=0.0.1a29",
]
test = [
"tutor-contrib-s3",
"tutor-forum~=21.0",
"tutor-mfe~=21.0",
"tutor-minio~=21.0",
"tutor-notes~=21.0",
"tutor-contrib-s3~=22.0",
"tutor-mfe~=22.0",
"tutor-minio~=22.0",
"tutor-notes~=22.0",
"tutor-forum~=22.0",
]

43 changes: 19 additions & 24 deletions uv.lock

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