Skip to content

Commit c845c31

Browse files
committed
Run dep tests on 3.11
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 19c8f76 commit c845c31

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -744,15 +744,11 @@ jobs:
744744
os:
745745
- ubuntu-24.04
746746
python-version:
747-
- "3.10"
747+
- "3.11"
748748
package:
749749
- sqlalchemy<2
750750
- perspective-python<3
751-
# - pandas<3
752-
# uncomment the pandas pin once we move off Python 3.10 to ensure we maintain pandas 2.x compatibility
753-
# pandas 3.0 does not support 3.10 so we currently get free coverage, but won't after 3.10 goes EOL
754-
# Min supported version of pandas 2.2
755-
- numpy==1.22.4
751+
- pandas<3
756752

757753
runs-on: ${{ matrix.os }}
758754

0 commit comments

Comments
 (0)