summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-12-16 13:44:17 +0100
committerPierre Ossman <ossman@cendio.se>2022-12-16 14:15:23 +0100
commitac74ade2cad50c8deaab4e9946a5d4f6bb51f906 (patch)
tree828af9c4a644747605ea7fc307317c4b9d78b6cd
parent9ac3272d2b30fdd956f3bcc12a94083211f20a55 (diff)
downloadwebsockify-ac74ade2cad50c8deaab4e9946a5d4f6bb51f906.tar.gz
Test current versions of Python
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index dfeb2e1..e7bdb5a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,6 +14,8 @@ jobs:
- 3.7
- 3.8
- 3.9
+ - "3.10"
+ - 3.11
fail-fast: false
steps:
- uses: actions/checkout@v2