Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e82332

Browse files
authoredFeb 9, 2024
Merge branch 'boson-project:main' into patch-1
2 parents 0c7dd39 + c5e9cd2 commit 9e82332

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.7', '3.8', '3.9', '3.10']
11+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1212

1313
steps:
1414
- uses: actions/checkout@v3

‎dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cloudevents==1.7.0
22
flake8==5.0.4
33
pytest==7.2.0
4-
Flask==2.2.2
4+
Flask==3.0.2
55
coverage
66
waitress
77
wheel

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cloudevents==1.7.0
2-
Flask==2.2.2
2+
Flask==3.0.2
33
waitress

0 commit comments

Comments
 (0)
Please sign in to comment.