ennamarie19
65bf90b6dc
Merge branch 'master' into feat/oss-fuzz-integration
2023-10-19 13:16:52 -06:00
McKenna
cdccfb1a0e
cifuzz integration
2023-10-09 11:53:44 -04:00
jaca
d1513fd657
add deploy-github-release workflow
2023-09-30 11:37:39 +02:00
Nicco Kunzmann
0337179a0f
Add keys for caching
2023-08-30 07:48:55 +01:00
Nicco Kunzmann
bee11c8b38
Move pip cache into Python setup
...
This is now possible:
https://github.com/actions/setup-python#caching-packages-dependencies
2023-08-30 07:36:47 +01:00
Maurits van Rees
237ad02449
No longer run the plone.app.event tests.
...
Also, run the Python 3.11 tests with the latest Python 3.11, instead of a release candidate.
In the last two weekly cron tests, the plone tests fail with:
ModuleNotFoundError: No module named 'plone.app.event'
I see the same locally. I have no idea why. But this seems a good time to stop running the `plone.app.event` tests within `icalendar`.
2023-08-28 11:57:08 +02:00
Nicco Kunzmann
545d575515
Update bug_report.md
...
remove `**` in heading
2022-10-19 12:24:03 +01:00
Jaca
365d3ea817
Merge pull request #448 from collective/issue-466-add-deployment-on-tags
...
add deployment on tags
2022-10-15 16:15:04 +02:00
Nicco Kunzmann
ac96c0df75
Add issue templates
...
This adds two issue templates to speed up reporting and ease development.
2022-10-13 16:57:14 +01:00
Nicco Kunzmann
f16c0ed153
add deployments when a tag is pushed
...
- verifies tag name and version
- deploy tags only
- uses environments to access deploy secrets
- deploys after all tests have succeeded
see also https://github.com/collective/icalendar/issues/446
2022-10-12 03:23:01 +01:00
Maurits van Rees
e2b6ce13d0
Run the plone.app.event tests to see if our dev version causes problems
...
See https://github.com/collective/icalendar/issues/446
2022-10-11 23:49:40 +02:00
Nicco Kunzmann
ed2875a9a0
test Python 3.7 with GitHub actions
...
this updates the tests to match the Python version described in the README
2022-08-19 14:47:43 +01:00
Maurits van Rees
f2717a4b85
Merge pull request #366 from collective/maurits-require-python38
...
Require Python 3.8.
2022-08-15 09:34:43 +02:00
Nicco Kunzmann
7bac036677
use 3.11.0-rc.1
...
see https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
2022-08-14 23:50:51 +01:00
Nicco Kunzmann
f0339fcb47
add testing for Python 3.11
2022-08-14 23:46:55 +01:00
Nicco Kunzmann
73acd2b771
use pypy-3.9
...
see also https://github.com/actions/setup-python/issues/261#issuecomment-951751669
2022-08-14 11:48:29 +01:00
Nicco Kunzmann
026bcc54d0
use PyPy3.9 explicitely in GitHub actions
2022-08-14 11:48:29 +01:00
Maurits van Rees
c73cab2c10
Require Python 3.8.
2022-08-13 14:41:37 +02:00
Nicco Kunzmann
8267e6538f
add tox docs build to github actions
2022-08-13 10:19:33 +01:00
Maurits van Rees
ca3b434ad2
gha: ignore coverage on 2.7
2022-07-11 13:24:16 +02:00
Maurits van Rees
15f596c127
Remove pypy from GHA
2021-11-22 22:35:22 +01:00
Maurits van Rees
de04a7efac
Drop support for Python 3.4 and 3.5.
...
These Python versions are out of support.
3.4 is no longer available on Ubuntu 20 on GitHub Actions.
2021-11-22 22:30:33 +01:00
Maurits van Rees
a92f20387f
Use GitHub Actions.
2021-11-22 22:23:59 +01:00