1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

chore: Update CI workflow versions add python 3.14

- Add Python 3.14
- Update GitHub Actions to latest versions
- Enable macOS in CI
This commit is contained in:
2025-12-31 01:29:34 +00:00
committed by GitHub
parent b00bf8f8e0
commit 9465587899
4 changed files with 17 additions and 50 deletions

View File

@@ -8,9 +8,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Python 3.x
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: 3.x
- name: Install dependencies
@@ -26,6 +26,8 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
python-version: 3.14
- os: ubuntu-latest
python-version: 3.13
- os: ubuntu-latest
@@ -38,19 +40,19 @@ jobs:
python-version: 3.9
- os: ubuntu-latest
python-version: 3.8
# - os: macos-latest
# python-version: 3.13
# - os: macos-latest
# python-version: 3.8
- os: macos-latest
python-version: 3.14
- os: macos-latest
python-version: 3.8
- os: windows-latest
python-version: 3.13
python-version: 3.14
- os: windows-latest
python-version: 3.8
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies