Skip to content

Commit d7591b3

Browse files
authored
chore: check if 3.14 can be added in (#155)
* chore: check if 3.14 can be added in * chore: get greedy and see if 3.15 also works * chore: get greedy and see if 3.15 also works * chore: get greedy and see if 3.15 also works * chore: get greedy and see if 3.15 also works * chore: 3.14 is as far as we go for now.
1 parent db65e69 commit d7591b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.10", "3.11", "3.12", "3.13"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)