Skip to content

Commit

Permalink
SA20: Update to SQLAlchemy 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 27, 2023
1 parent 9f18143 commit e8c633f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
language: [ python ]
sqla-version: ['1.3.24', '1.4.46', '2.0.0b4']
sqla-version: ['1.3.24', '1.4.46', '2.0.0']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
cratedb-version: ['5.2.0']
sqla-version: ['1.3.24', '1.4.46', '2.0.0b4']
sqla-version: ['1.3.24', '1.4.46', '2.0.0']
# To save resources, only use the most recent Python version on macOS.
exclude:
- os: 'macos-latest'
Expand Down

0 comments on commit e8c633f

Please sign in to comment.