From 10a9090e8d9506e0189511535f99994e66e8dbfc Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Mon, 14 Sep 2026 22:49:36 +0200 Subject: [PATCH] Test on py3.16 --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dff49d5b..6d6fbf35 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,6 +69,11 @@ jobs: toxfactor: py3.15 ignore-typecheck-outcome: false ignore-test-outcome: false + # Python 3.16 is in development; allow failures until it is stable + - python-version: "3.16-dev" + toxfactor: py3.16 + ignore-typecheck-outcome: true + ignore-test-outcome: true steps: - uses: actions/checkout@v4