Skip to content

Commit

Permalink
#28 3.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanaXu committed Apr 1, 2024
1 parent 16784d6 commit 3bd74d7
Show file tree
Hide file tree
Showing 8 changed files with 5,965 additions and 283 deletions.
3 changes: 3 additions & 0 deletions 3.auto.pip
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tqdm
pandas
tabulate
140 changes: 71 additions & 69 deletions 3.auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,75 +3,77 @@
from tqdm import tqdm

for ver in tqdm([
# '3.8.0',
'3.8.1',
'3.8.2',
'3.8.3',
'3.8.4',
'3.8.5',
'3.8.6',
'3.8.7',
'3.8.8',
'3.8.9',
'3.8.10',
'3.8.11',
'3.8.12',
'3.8.13',
# '3.8.14',
# '3.8.15',
# '3.8.16',
# '3.8.17',
# '3.8.18',

# '3.9.0',
'3.9.1',
'3.9.2',
'3.9.3',
'3.9.4',
# '3.9.5',
# '3.9.6',
# '3.9.7',
# '3.9.8',
# '3.9.9',
# '3.9.10',
# '3.9.11',
# '3.9.12',
# '3.9.13',
# '3.9.14',
# '3.9.15',
# '3.9.16',
# '3.9.17',
# '3.9.18',

# '3.10.0',
# '3.10.1',
# '3.10.2',
# '3.10.3',
# '3.10.4',
# '3.10.5',
# '3.10.6',
# '3.10.7',
# '3.10.8',
# '3.10.9',
# '3.10.10',
# '3.10.11',
# '3.10.12',
# '3.10.13',

# '3.11.0',
# '3.11.1',
# '3.11.2',
# '3.11.3',
# '3.11.4',
# '3.11.5',
# '3.11.6',
# '3.11.7',
# '3.8.0',
# '3.8.1',
# '3.8.2',
# '3.8.3',
# '3.8.4',
# '3.8.5',
# '3.8.6',
# '3.8.7',
# '3.8.8',
# '3.8.9',
# '3.8.10',
# '3.8.11',
# '3.8.12',
# '3.8.13',
# '3.8.14',
# '3.8.15',
# '3.8.16',
# '3.8.17',
# '3.8.18',
'3.8.19',

# '3.9.0',
# '3.9.1',
# '3.9.2',
# '3.9.3',
# '3.9.4',
# '3.9.5',
# '3.9.6',
# '3.9.7',
# '3.9.8',
# '3.9.9',
# '3.9.10',
# '3.9.11',
# '3.9.12',
# '3.9.13',
# '3.9.14',
# '3.9.15',
# '3.9.16',
# '3.9.17',
# '3.9.18',
# '3.9.19',

# '3.10.0',
# '3.10.1',
# '3.10.2',
# '3.10.3',
# '3.10.4',
# '3.10.5',
# '3.10.6',
# '3.10.7',
# '3.10.8',
# '3.10.9',
# '3.10.10',
# '3.10.11',
# '3.10.12',
# '3.10.13',
# "3.10.14",

# '3.11.0',
# '3.11.1',
# '3.11.2',
# '3.11.3',
# '3.11.4',
# '3.11.5',
# '3.11.6',
# '3.11.7',

# '3.12.0',
# '3.12.1',
# '3.12.0',
# '3.12.1',
]):
print(f"\n\n\n\n{'-'*100}\n{ver} WAIT...")
time.sleep(60)

os.system(f"""time sh 1.rdocker.sh {ver}""")
os.system(f"""python 2.compare.py && git add * && git commit -m "#26 #27 -U {ver}" && git push""")
# time.sleep(60)
# os.system(f"""time sh 1.rdocker.sh {ver}""")
os.system(f"""python3 2.compare.py && git add * && git commit -m "#28 {ver}" && git push""")
4 changes: 4 additions & 0 deletions 3.auto.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

pip3 install tqdm pandas tabulate
git config --global user.email "[email protected]"
git config --global user.name "ivan"
429 changes: 215 additions & 214 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Version/3.8.19/py3.8.19.json

Large diffs are not rendered by default.

5,668 changes: 5,668 additions & 0 deletions Version/3.8.19/py3.8.19.log

Large diffs are not rendered by default.

Binary file modified config/__pycache__/date.cpython-310.pyc
Binary file not shown.
3 changes: 3 additions & 0 deletions config/date.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Ldate = {
"3.10.14": "March 19, 2024",
"3.9.19": "March 19, 2024",
"3.8.19": "March 19, 2024",
"3.11.8": "Feb. 6, 2024",
"3.12.2": "Feb. 6, 2024",
"3.12.1": "Dec. 8, 2023",
Expand Down

0 comments on commit 3bd74d7

Please sign in to comment.