Skip to content

Commit eb831f4

Browse files
authored
CI version updates (#662)
* CI: Add Python3.14 to default testing workflow. * CI: add --pre flag to prerelease jobs.
1 parent 8fa7fa2 commit eb831f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
matrix:
8080
os: [ubuntu]
81-
python-version: ["3.11", "3.12", "3.13"]
81+
python-version: ["3.11", "3.12", "3.13", "3.14"]
8282
steps:
8383
- uses: actions/checkout@v5
8484

@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Install
9797
run: |
98-
python -m pip install . --group test --group doc
98+
python -m pip install --pre . --group test --group doc
9999
pip list
100100
101101
- name: Run test suite

0 commit comments

Comments
 (0)