We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f3373d + 2e0be4b commit 16b3e95Copy full SHA for 16b3e95
2 files changed
.github/workflows/ci.yml
@@ -65,6 +65,7 @@ jobs:
65
with:
66
name: build-output
67
path: build/
68
+ retention-days: 1
69
70
# example of artifacts
71
# - name: Upload artifacts
readme.md
@@ -2,7 +2,7 @@
2
3
## Required
4
5
-- Python 3.10 (might work with lower versions, but not verified)
+- Python 3 (we test with 3.10, but it should work with any version)
6
- Boost Python
7
- Cmake > 3.24
8
- Compiler capable of C++20 at least
0 commit comments