From 1a3c4e9418fdade859daa80f9eccb1b241c6dbed Mon Sep 17 00:00:00 2001 From: Jue Xu Date: Wed, 3 Jul 2024 17:01:06 +0800 Subject: [PATCH] deploy python version --- .DS_Store | Bin 10244 -> 10244 bytes .github/workflows/deploy.yml | 2 +- .gitignore | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index a1215ee07ccef96f42d871a1677185237fb1c629..30ab3a536a595e39e1fc7f7f29db1f3000ffe05c 100644 GIT binary patch delta 51 zcmZn(XbG6$&uFlgLcBa>!9{sF`FZIK3=E8$!-b~sZe~~b#j^RS H2s1MPn&A&~ delta 41 xcmZn(XbG6$&uFnRU^hRb#bzD>Kc>xPLKAr>HppydSNO#;d7-rUW)smjOaLd!4iW$W diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4eb07a8..f046f0d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.10] + python-version: [3.9] steps: - uses: actions/checkout@v2 diff --git a/.gitignore b/.gitignore index e05e2e7..60278cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.DS_Store # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -158,4 +159,4 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.DS_Store +