Skip to content

Commit 349ce15

Browse files
committed
Remove support for 3.13 pre-releases due to pint error
1 parent 8c0de4d commit 349ce15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1" ]
8+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Install Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)