Skip to content

Commit 81336e7

Browse files
committed
updated to 3.12
1 parent 4847ee2 commit 81336e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ def _dbt_iris_version() -> str:
5454
"Programming Language :: Python :: 3.10",
5555
"Programming Language :: Python :: 3.11",
5656
],
57-
python_requires=">3.7,<3.12",
57+
python_requires=">3.7",
5858
)

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
skipsdist = True
3-
envlist = py3{8,9,10,11}{-iris,}
3+
envlist = py3{8,9,10,11,12}{-iris,}
44

5-
[testenv:{py37,py38,py39,py310}]
5+
[testenv:{py37,py38,py39,py310,py311,py312}]
66
description = unit testing
77
skip_install = True
88
passenv = DBT_*,PYTEST_ADOPTS
@@ -12,7 +12,7 @@ deps =
1212
-r requirements-dev.txt
1313
-e.
1414

15-
[testenv:py3{8,9,10,11}-iris]
15+
[testenv:py3{8,9,10,11,12}-iris]
1616
description = adapter plugin functional testing
1717
skip_install = true
1818
passenv = DBT_*,IRIS_TEST_*,PYTEST_ADOPTS

0 commit comments

Comments
 (0)