Skip to content

Commit

Permalink
BUILD 3.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasvestartas committed Apr 21, 2024
1 parent 7a94aee commit acb674a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: [windows-latest]
# os: [windows-latest]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.9.10']

steps:

Expand Down
3 changes: 3 additions & 0 deletions docs/examples/wood_cpp_nano_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import wood_nano as m

print(m.add(2, 5))

0 comments on commit acb674a

Please sign in to comment.