Skip to content

Commit

Permalink
Add flask 3.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Nov 27, 2024
1 parent 49914bd commit 30114d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
flask-version: ["flask>=2.2,<2.3", "flask>=2.3,<2.4", "flask>=3.0,<3.1"]
flask-version: ["flask>=2.2,<2.3", "flask>=2.3,<2.4", "flask>=3.0,<3.1", "flask>=3.1,<3.2"]
steps:
- uses: actions/checkout@v3
- name: Cache dependencies
Expand Down

0 comments on commit 30114d4

Please sign in to comment.