Skip to content

Commit e437c0f

Browse files
committed
add python 3.11 ci job
1 parent 8f0e5a5 commit e437c0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy_and_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
os: ubuntu-20.04,
4343
python-version: "3.10"
4444
}
45+
- {
46+
name: "ubuntu-20.04 - Python 3.11",
47+
os: ubuntu-20.04,
48+
python-version: "3.11"
49+
}
4550

4651
steps:
4752
- name: Checkout

0 commit comments

Comments
 (0)