StrataSource / FGD

The FGD + Hammer resource files for games built on Strata Source.
19 stars 14 forks source link

Pin srctools to the current version, update Python version #102

Closed TeamSpen210 closed 2 years ago

TeamSpen210 commented 2 years ago

Srctools is now properly on PyPI, so this can instead install from the wheels pushed there instead of compiling from source every time. This also ensures I'll can do things like change functionality or remove deprecated code without breaking builds. I also bumped Python to 3.10, since that's now released and works fine.

Gocnak commented 2 years ago

Awesome stuff! Thanks for updating us on that, this definitely reduces build times haha