We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c8f76 commit c845c31Copy full SHA for c845c31
1 file changed
.github/workflows/build.yml
@@ -744,15 +744,11 @@ jobs:
744
os:
745
- ubuntu-24.04
746
python-version:
747
- - "3.10"
+ - "3.11"
748
package:
749
- sqlalchemy<2
750
- 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
+ - pandas<3
756
757
runs-on: ${{ matrix.os }}
758
0 commit comments