Skip to content

Commit

Permalink
Tag Python 3.13-dev builds as unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 18, 2024
1 parent 5424903 commit e93f812
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ jobs:
assert not os_list.intersection(python_list)
# List of unstable creiterions.
unstable = []
unstable = [
# msgpack does not work on Python 3.13-dev yet:
# https://github.com/msgpack/msgpack-python/issues/573
{"python-version": "3.13-dev"},
]
jobs = []
for os_id, python_version in product(os_list, python_list):
Expand Down

0 comments on commit e93f812

Please sign in to comment.