Skip to content

Commit 84af92c

Browse files
authored
Merge pull request #7 from niklases/dev
dev (Dev v0.3.4) -> main
2 parents 228ef0e + e0794d2 commit 84af92c

30 files changed

+1039
-430
lines changed
1.76 MB
Loading
1.56 MB
Loading
2.9 MB
Loading
5.4 MB
Loading

.github/imgs/runtimes.png

79.1 KB
Loading

.github/imgs/runtimes_2.png

81.3 KB
Loading
4.68 MB
Loading
7.72 MB
Loading

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
python-version: ["3.9", "3.10", "3.11"]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Display Path and Python version

.gitignore

Lines changed: 305 additions & 309 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)