Skip to content

Commit

Permalink
Enable Python3.12 test (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Apr 29, 2024
1 parent 442bed8 commit 936b67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.8', '3.9', '3.10', '3.11']
python: [ '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
project_urls =
Source Code=https://github.com/astronomer/airflow-provider-fivetran-async
Changelog=https://github.com/astronomer/airflow-provider-fivetran-async/blob/main/CHANGELOG.md
Expand Down

0 comments on commit 936b67c

Please sign in to comment.