Skip to content

Commit f1372d9

Browse files
committed
Test with official 3.13 and 3.14 alphas
This change updates the unit testing to use the official Python 3.13 released yesterday (Oct 7). It also starts testing against the alpha versions of Python 3.14 to catch potential problems early before it is officially released. Signed-off-by: Eric Brown <[email protected]>
1 parent ddf9b48 commit f1372d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
["3.10", "310"],
5252
["3.11", "311"],
5353
["3.12", "312"],
54-
["3.13.0-a - 3.13", "313"],
54+
["3.13", "313"],
55+
["3.14.0-alpha - 3.14", "314"],
5556
]
5657
os: [ubuntu-latest, macos-latest]
5758
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)