Skip to content

Commit

Permalink
Try alpha 0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Oct 8, 2024
1 parent 8dbafd2 commit 748568f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13.0"]
python-version: ["3.14.0-alpha.0"]

steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
uv run poe lint
- name: Tests
run: |
if python --version | grep -q 'Python 3.13' ; then
if python --version | grep -q 'Python 3.14' ; then
uv run poe test
fi
- name: Codecov
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
requires-python = ">=3.8"
dependencies = []
Expand Down

0 comments on commit 748568f

Please sign in to comment.