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

@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310,311,312,313}
envlist = py{38,39,310,311,312,313,314}
skip_missing_interpreters = True
isolated_build = True