Skip to content

Commit

Permalink
Added support for 3.9, 3.10, 3.11, 3.12 and 3.13 python versions (Lin…
Browse files Browse the repository at this point in the history
…ux and WIndows)
  • Loading branch information
henrique-coder committed Dec 12, 2024
1 parent 07cde01 commit 19ae742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 19ae742

Please sign in to comment.