Skip to content

Commit

Permalink
Merge pull request #117 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 Jul 21, 2023
2 parents 57fc3c4 + 9e8b315 commit 6f0a341
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 6f0a341

Please sign in to comment.