mirror of
https://github.com/Paillat-dev/dismoji.git
synced 2026-01-02 00:56:19 +00:00
✨ Add python 3.14 support, drop python 3.9 (#41)
This commit is contained in:
6
.github/workflows/quality.yaml
vendored
6
.github/workflows/quality.yaml
vendored
@@ -21,10 +21,8 @@ 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", "3.14"]
|
||||
include:
|
||||
- python-version: "3.9"
|
||||
name: "Python 3.9"
|
||||
- python-version: "3.10"
|
||||
name: "Python 3.10"
|
||||
- python-version: "3.11"
|
||||
@@ -33,6 +31,8 @@ jobs:
|
||||
name: "Python 3.12"
|
||||
- python-version: "3.13"
|
||||
name: "Python 3.13"
|
||||
- python-version: "3.14"
|
||||
name: "Python 3.14"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user