Skip to content

Commit 2b9f350

Browse files
committed
update to 3.11 min
1 parent 70c0b8d commit 2b9f350

File tree

4 files changed

+723
-636
lines changed

4 files changed

+723
-636
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-version: [ "3.9", "3.10" ]
22+
python-version: [ "3.11" ]
2323

2424
steps:
2525
- name: Checkout source

.github/workflows/coverage_and_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [ '3.9', '3.10' ]
20+
python-version: [ '3.11' ]
2121

2222
name: "Type Coverage and Linting @ ${{ matrix.python-version }}"
2323
steps:

0 commit comments

Comments
 (0)