77
88
99@nox .session (python = ("3.9" , "3.8" , "3.7" ), tags = ("lint" , "style" ))
10- @nox .parametrize ("numpy" , ("1.22 " , "1.20 " , "1.21" ))
10+ @nox .parametrize ("numpy" , ("1.23 " , "1.22 " , "1.21" ))
1111def style (session , numpy ):
1212 """Run tests."""
1313
@@ -21,7 +21,7 @@ def style(session, numpy):
2121
2222
2323@nox .session (python = ("3.9" , "3.8" , "3.7" ), tags = ("lint" , "docs" ))
24- @nox .parametrize ("numpy" , ("1.22 " , "1.20 " , "1.21" ))
24+ @nox .parametrize ("numpy" , ("1.23 " , "1.22 " , "1.21" ))
2525def docs (session , numpy ):
2626 """Run tests."""
2727
@@ -35,7 +35,7 @@ def docs(session, numpy):
3535
3636
3737@nox .session (python = ("3.9" , "3.8" , "3.7" ), tags = ("lint" , "mypy" ))
38- @nox .parametrize ("numpy" , ("1.22 " , "1.20 " , "1.21" ))
38+ @nox .parametrize ("numpy" , ("1.23 " , "1.22 " , "1.21" ))
3939def mypy (session , numpy ):
4040 """Run tests."""
4141
@@ -49,7 +49,7 @@ def mypy(session, numpy):
4949
5050
5151@nox .session (python = ("3.9" , "3.8" , "3.7" ), tags = ("lint" , "mypy-hxc" ))
52- @nox .parametrize ("numpy" , ("1.22 " , "1.20 " , "1.21" ))
52+ @nox .parametrize ("numpy" , ("1.23 " , "1.22 " , "1.21" ))
5353def mypy_hxc (session , numpy ):
5454 """Run tests."""
5555
@@ -63,7 +63,7 @@ def mypy_hxc(session, numpy):
6363
6464
6565@nox .session (python = ("3.9" , "3.8" , "3.7" ), tags = ("test" , "test-core" ))
66- @nox .parametrize ("numpy" , ("1.22 " , "1.20 " , "1.21" ))
66+ @nox .parametrize ("numpy" , ("1.23 " , "1.22 " , "1.21" ))
6767def test_core (session , numpy ):
6868 """Run tests."""
6969
@@ -79,7 +79,7 @@ def test_core(session, numpy):
7979
8080
8181@nox .session (python = ("3.9" , "3.8" , "3.7" ), tags = ("test" , "test-country" ))
82- @nox .parametrize ("numpy" , ("1.22 " , "1.20 " , "1.21" ))
82+ @nox .parametrize ("numpy" , ("1.23 " , "1.22 " , "1.21" ))
8383def test_country (session , numpy ):
8484 """Run tests."""
8585
@@ -95,7 +95,7 @@ def test_country(session, numpy):
9595
9696
9797@nox .session (python = ("3.9" , "3.8" , "3.7" ), tags = ("test" , "test-extension" ))
98- @nox .parametrize ("numpy" , ("1.22 " , "1.20 " , "1.21" ))
98+ @nox .parametrize ("numpy" , ("1.23 " , "1.22 " , "1.21" ))
9999def test_extension (session , numpy ):
100100 """Run tests."""
101101
0 commit comments