ariovistus / pyd

Interoperability between Python and D
MIT License
157 stars 32 forks source link

Does PyD 0.13.1 support Python 3.8? #132

Closed fccoelho closed 3 years ago

fccoelho commented 4 years ago

I am get this error message no matter what I do:

The sub configuration directive "pyd" -> "python38" references a configuration that does not exist.

my package used to build fine on my older ubuntu machine with Python 3.7 (and pyd 0.12.0)

ariovistus commented 4 years ago

well, here's me not paying attention. Looking through the api changes now, so far found one or two things that might require fix ups

ariovistus commented 4 years ago

3.8 support has been added to master, but i haven't tested it extensively

fccoelho commented 4 years ago

Ok I'll give it a try

ariovistus commented 3 years ago

0.14.0 has 3.8 support