mctools / simplebuild-dgcode

dgcode: the Geant4-based simulation framework of the ESS Detector Group. Provided as simple-build-system bundles.
https://mctools.github.io/simplebuild-dgcode/
Other
2 stars 1 forks source link

optparse and getopt are deprecated in python 3.13 #45

Open tkittel opened 3 weeks ago

tkittel commented 3 weeks ago

Python 3.13 deprecates optparse and getopt modules, which we have a few uses of. We should migrate this.