1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

more python versions support

This commit is contained in:
deadc0de6
2025-12-30 17:17:19 +01:00
committed by deadc0de
parent 55c5869c30
commit 36e2e8a32d
6 changed files with 79 additions and 26 deletions

View File

@@ -2,10 +2,10 @@ name: tests
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}