Skip to content

Commit c26b893

Browse files
authored
Merge pull request #124 from modoboa/python-3.11
Python 3.11 compatibility
2 parents cdd93dd + fc17670 commit c26b893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
database: ['postgres', 'mysql']
44-
python-version: [3.8, 3.9, '3.10']
44+
python-version: [3.8, 3.9, '3.10', '3.11']
4545
fail-fast: false
4646

4747
steps:

0 commit comments

Comments
 (0)