maintenance: update configuration and build files

maintenance: bump version to 1.35.0
This commit is contained in:
2025-11-08 03:14:00 +01:00
parent b5bdbdf275
commit 33d6b7b62e
4 changed files with 9 additions and 52 deletions
-14
View File
@@ -7,21 +7,7 @@ on:
branches: [ master, develop ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.12']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip