Skip to content

Commit

Permalink
Merge branch 'boson-project:main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferich888 authored Feb 9, 2024
2 parents 0c7dd39 + c5e9cd2 commit 9e82332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cloudevents==1.7.0
flake8==5.0.4
pytest==7.2.0
Flask==2.2.2
Flask==3.0.2
coverage
waitress
wheel
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cloudevents==1.7.0
Flask==2.2.2
Flask==3.0.2
waitress

0 comments on commit 9e82332

Please sign in to comment.