Skip to content

Commit

Permalink
Extend tests to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Jan 2, 2024
1 parent 8d31efb commit f028829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


package = "dbt_core_interface"
python_versions = ["3.8", "3.9", "3.10"]
python_versions = ["3.8", "3.9", "3.10", "3.11"]
dbt_versions = ["1.0.9", "1.1.3", "1.2.4", "1.3.2"]
nox.needs_version = ">= 2021.6.6"
nox.options.sessions = (
Expand Down

0 comments on commit f028829

Please sign in to comment.