Skip to content

Commit

Permalink
Try beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed May 13, 2024
1 parent e53a59f commit 17ef729
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.9, "3.10", "3.11", "3.12"]
python-version: ["3.13.0-beta.1"]

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
poe lint
- name: Tests
run: |
if python --version | grep -q 'Python 3.12' ; then
if python --version | grep -q 'Python 3.13' ; then
poe test
fi
- name: Coverage
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
]
packages = [
{ include = "wccls", from = "src" }
Expand Down

0 comments on commit 17ef729

Please sign in to comment.