Skip to content

Commit 777c7f3

Browse files
committed
chore: fix typo, make tests run against 3.11 since it's supported
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 1d12268 commit 777c7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
python-version: ['3.13', '3.12', '3.13']
16+
python-version: ['3.11', '3.12', '3.13']
1717
deps: [newest-deps]
1818
experimental: [false]
1919
include:

0 commit comments

Comments
 (0)