6 Commits

Author SHA1 Message Date
Frank Dana
eb847698d5
Merge branch 'master' into ferdnyc-issue-templates 2025-05-16 10:36:43 -04:00
KV
e4fe099f8c Use ubuntu-latest for the supported Python versions (#442)
Use ubuntu-22.04 only for Python 3.7-3.8
by including them separately into the matrix.
2025-02-15 00:11:55 +01:00
Martin Rieder
e8c482e94e
Update deprecated GitHub Actions and add Python versions (#408)
Running 6 different Python versions (3.7 to 3.12) in parallel now.
NOTE: This is in conflict with #309, but can be resolved easily in a later PR.

GitHub Actions require an update:
- actions/upload-artifact@v3 is scheduled for deprecation on November
30, 2024.
- Similarly, v1/v2 are scheduled for deprecation on June 30, 2024. 
- Updating this comes with a breaking change in upload-artifact@v4:

Uploading to the same named Artifact multiple times.

Due to how Artifacts are created in this new version, it is no longer
possible to upload to the same named Artifact multiple times. You must
either split the uploads into multiple Artifacts with different names,
or only upload once. Otherwise you will encounter an error.

The artifact .zip files therefore have the python version added to
their name.
2024-10-14 19:19:49 +02:00
Frank Dana
f4d30065d3 Create issue templates
Add templates for bug, feature, and doc issues, based on GitHub's
standard templates.

Also create an `issue_template.md` file for blank issues of other types,
and configure the template selector to allow "blank" issues (which will
use that template).
2024-06-15 12:35:58 -04:00
Andrew Katz
c94d3eed0e Add example outputs to GH Actions
Fixup github actions
2020-07-19 19:03:07 +02:00
Florian Pigorsch
6cf7178a9f
[ci] Setup Github actions to run 'build_examples.py' as a test on each pull/pull request. (#34)
Co-authored-by: Florian Pigorsch <florian@concept.de>
2020-06-28 14:59:29 +02:00