@@ -117,35 +117,35 @@ polars = "1.35.*"
117117
118118[feature .polars-latest .dependencies ]
119119# NOTE: Update docs/faq.md when updating this.
120- polars = " 1.36 .*"
120+ polars = " 1.38 .*"
121121
122122[feature .nightly .tasks ]
123123install-polars-nightly = " pip install --pre --no-deps --upgrade --only-binary :all: polars polars-runtime-32"
124124
125125[environments ]
126126build = [" build" ]
127- default = [" dev" , " lint" , " optionals" , " py314 " , " test " , " polars-latest " ]
127+ default = [" dev" , " lint" , " optionals" , " polars-latest " , " py314 " , " test " ]
128128docs = [" docs" ]
129129lint = { features = [" lint" ], no-default-feature = true }
130130nightly = [" nightly" , " optionals" , " test" ]
131131
132132# Different python versions with the latest polars
133- py310 = [" py310 " , " test " , " polars-latest " ]
134- py311 = [" py311 " , " test " , " polars-latest " ]
135- py312 = [" py312 " , " test " , " polars-latest " ]
136- py313 = [" py313 " , " test " , " polars-latest " ]
137- py314 = [" py314 " , " test " , " polars-latest " ]
133+ py310 = [" polars-latest " , " py310 " , " test " ]
134+ py311 = [" polars-latest " , " py311 " , " test " ]
135+ py312 = [" polars-latest " , " py312 " , " test " ]
136+ py313 = [" polars-latest " , " py313 " , " test " ]
137+ py314 = [" polars-latest " , " py314 " , " test " ]
138138
139139# Test with optional dependencies
140- py314-optionals = [" optionals" , " py314 " , " test " , " polars-latest " ]
140+ py314-optionals = [" optionals" , " polars-latest " , " py314 " , " test " ]
141141
142142# Polars compatibility envs
143- polars-minimal = [" py314" , " test" , " polars-minimal" ]
144143default-polars-minimal = [
145144 " dev" ,
146145 " lint" ,
147146 " optionals" ,
147+ " polars-minimal" ,
148148 " py314" ,
149149 " test" ,
150- " polars-minimal" ,
151150]
151+ polars-minimal = [" polars-minimal" , " py314" , " test" ]
0 commit comments