NAS-137581 / 26.04 / fix building on trixie (#929)

* fix building on trixie

* fix inconsistencies in pyproject.toml

* fix manifest.yml

* remove hard-coded debian version from readme
This commit is contained in:
Caleb St. John
2025-09-23 10:36:55 -04:00
committed by GitHub
parent 1d99cf8448
commit 87c0236b7a
7 changed files with 43 additions and 29 deletions

View File

@@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13'
- name: Validating manifest
run: |
python -m pip install --upgrade pip