Skip to content

Commit

Permalink
#1355 remove python2 executable
Browse files Browse the repository at this point in the history
  • Loading branch information
xael-fry committed Mar 13, 2022
1 parent 2c7c6c5 commit 966b835
Show file tree
Hide file tree
Showing 759 changed files with 8 additions and 249,633 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
python-version: '3.x'
architecture: 'x64'
cache: 'pip'
cache-dependency-path: '**/requirements.txt'
- run: pip install -r python/requirements.txt

- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v2
Expand Down
2 changes: 1 addition & 1 deletion play.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
"%~dp0python\python.exe" "%~dp0play" %*
"python" "%~dp0play" %*
Binary file removed python/DLLs/_bsddb.pyd
Binary file not shown.
Binary file removed python/DLLs/_ctypes.pyd
Binary file not shown.
Binary file removed python/DLLs/_ctypes_test.pyd
Binary file not shown.
Binary file removed python/DLLs/_elementtree.pyd
Binary file not shown.
Binary file removed python/DLLs/_hashlib.pyd
Binary file not shown.
Binary file removed python/DLLs/_msi.pyd
Binary file not shown.
Binary file removed python/DLLs/_multiprocessing.pyd
Binary file not shown.
Binary file removed python/DLLs/_socket.pyd
Binary file not shown.
Binary file removed python/DLLs/_ssl.pyd
Binary file not shown.
Binary file removed python/DLLs/_testcapi.pyd
Binary file not shown.
Binary file removed python/DLLs/bz2.pyd
Binary file not shown.
Binary file removed python/DLLs/py.ico
Binary file not shown.
Binary file removed python/DLLs/pyc.ico
Binary file not shown.
Binary file removed python/DLLs/pyexpat.pyd
Binary file not shown.
Binary file removed python/DLLs/select.pyd
Binary file not shown.
Binary file removed python/DLLs/unicodedata.pyd
Binary file not shown.
Binary file removed python/DLLs/winsound.pyd
Binary file not shown.
749 changes: 0 additions & 749 deletions python/LICENSE.txt

This file was deleted.

Loading

0 comments on commit 966b835

Please sign in to comment.