Skip to content

Commit

Permalink
Merge pull request #106 from modoboa/python-3.11
Browse files Browse the repository at this point in the history
Python 3.11 compatibility
  • Loading branch information
tonioo authored Aug 29, 2023
2 parents 6e5a6b5 + ca3fc23 commit 675cff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
database: ['postgres', 'mysql']
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11']
fail-fast: false

steps:
Expand Down

0 comments on commit 675cff4

Please sign in to comment.