mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Remove Python 3.9
as unsupported
This commit is contained in:
parent
06591a0020
commit
1c078322ef
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -84,7 +84,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
|
||||
python-version: ['3.10', '3.11', '3.12', '3.13']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Python ${{ matrix.python-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user