laz-rs / laz-rs-python

Python bindings for laz-rs
MIT License
10 stars 4 forks source link

add 3.9 to Python version lists in build/release #3

Closed fabboe closed 3 years ago

fabboe commented 3 years ago

I see, Actions don't pick this one up it seems.

tmontaigu commented 3 years ago

I think you need to change the

on:
  push:

to

on: [push, pull_request]

in the build.yml file

Or i need to change it, and you'll have to rebase your changes 🤔

fabboe commented 3 years ago

That worked, thanks! To be honest I have no clue currently on how to test it - just tried to bump a project to 3.9. Do you think we can just publish this (to pypi) or does it need testing?

tmontaigu commented 3 years ago

0.2.1 is available on pypi