Skip to content

Commit

Permalink
Update version to prepare for release (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanapellanes-okta authored May 23, 2024
1 parent 51e9c96 commit 882791c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
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@v2
Expand Down
2 changes: 1 addition & 1 deletion okta/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.9.6'
__version__ = '2.9.7'
File renamed without changes.

0 comments on commit 882791c

Please sign in to comment.