Skip to content

Commit

Permalink
Add tests against Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Jan 19, 2024
1 parent 8377cb7 commit c8e56f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,17 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
isStarburstBranch:
- ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.head.repo.full_name, 'starburstdata')) || github.event_name != 'pull_request' }}
exclude:
- engine: "starburst_galaxy"
python: "3.10"
python: "3.12"
isStarburstBranch: false
- engine: "starburst_galaxy"
python: "3.11"
- engine: "starburst_galaxy"
python: "3.10"
- engine: "starburst_galaxy"
python: "3.9"

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def _get_dbt_core_version():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
python_requires=">=3.8",
)

0 comments on commit c8e56f1

Please sign in to comment.