GLX-169: Fixes for Python 3.13, updated dependecies, pyproject.toml introduced

This commit is contained in:
Pawel Kierski
2025-09-10 13:32:35 +02:00
parent 6a1d2763c3
commit 2c18ac4ffa
34 changed files with 299 additions and 222 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.13
- name: Install dependencies
run: |
python -m pip install --upgrade pip