Skip to content

Commit 42f4ff9

Browse files
authored
CI: remove Python 3.11 (does not work with detectron2)
1 parent 9395a95 commit 42f4ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.8', '3.9', '3.10', '3.11']
23+
python-version: ['3.8', '3.9', '3.10']
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)