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
10 changes: 5 additions & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: unit tests
on: push

jobs:
py39:
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.9"

py310:
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
Expand All @@ -27,3 +22,8 @@ jobs:
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.13"

py314:
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.14"
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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.1.0/).

This project does NOT adhere strictly to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), since we consider database changes non-breaking.

## [Unreleased](https://github.com/NNPDF/banana/compare/v0.6.16...HEAD)

### Added
- Add `PTO_matching` field, with default `None`

### Changed
- Drop py3.9 tests and add py3.14 ones instead
Loading