Skip to content

Commit

Permalink
Add python 3.11 to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Sep 20, 2023
1 parent ebdad35 commit 52ad358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
rule: ["mcp-server", "mcp-client", "dashboard", "archivematica-common"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10","3.11"]
include:
- rule: "storage-service"
python-version: "3.9"
Expand Down

0 comments on commit 52ad358

Please sign in to comment.