Skip to content

Commit

Permalink
Add flask~2.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Aug 22, 2023
1 parent 3a8f9b4 commit ff92d00
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 @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
flask-version: [">2,<2.1", ">=2.1,<2.2", ">=2.2,<2.3"]
flask-version: [">2,<2.1", ">=2.1,<2.2", ">=2.2,<2.3", ">=2.3,<2.4"]
steps:
- uses: actions/checkout@v3
- name: Cache dependencies
Expand Down

0 comments on commit ff92d00

Please sign in to comment.