Skip to content

Commit

Permalink
wip 250 (#7)
Browse files Browse the repository at this point in the history
Initial support for PDM 2.5.0. I believe we can clean this up a lot using multiple lockfiles.
  • Loading branch information
tgolsson authored Apr 19, 2023
1 parent a5b39e0 commit d39cc23
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 90 deletions.
5 changes: 3 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin_base: &plugin_base
service-account-name: monorepo-ci
image: gcr.io/embark-shared/ml/ci-runner@sha256:34407f69dae312c51ee1b30df13e2d39d2fda624017c76a42cd9ecbce127ddae
image: gcr.io/embark-shared/ml/ci-runner@sha256:59f978e2fa6f12a6e9714b59947028f89ad263f333a785531d58df8042af292a
default-secret-name: buildkite-k8s-plugin
always-pull: false
use-agent-node-affinity: true
Expand Down Expand Up @@ -64,8 +64,9 @@ steps:

- label: ":pytest: Run tests @ {{matrix}}"
matrix:
- "pdm"
- "pdm23"
- "pdm24"
- "pdm25"
command: bash .buildkite/run-pytest.sh {{matrix}}
<< : *small

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: 3.8
architecture: x64
version: 2.1.5
version: 2.4.9
prerelease: false
enable-pep582: true
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: 3.8
architecture: x64
version: 2.1.5
version: 2.4.9
prerelease: true
enable-pep582: true
cache: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

* Adds support for PDM 2.5.0

## [23.0.0] - 2023-03-01

This is the initial release
Expand Down
Loading

0 comments on commit d39cc23

Please sign in to comment.