Skip to content

Commit

Permalink
refactor: up shbangs to minimum supported python
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 8, 2024
1 parent af958a6 commit dd5824f
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/arise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/commands/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/commands/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/commands/auth.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/commands/auth.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/commands/build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/commands/build.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/commands/clean.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/commands/clean.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/commands/dashboard.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/commands/mine.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/commands/deploy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/commands/deploy.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/commands/pull.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/commands/pull.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/configs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/configs.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/core.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/shadows/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/shadows/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/shadows/bellion.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/shadows/bellion.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/shadows/igris.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/shadows/igris.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/shadows/tusk.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/florent/views/flame.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/types/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/types/blockchain_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/types/blockchain_info.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/types/build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/types/build_enum.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/types/chain.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/types/chain.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/types/difficulty_adjustment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/types/difficulty_adjustment.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/types/mempool_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/types/blockchain_info.py
Expand Down
2 changes: 1 addition & 1 deletion src/arise/types/service.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
# coding:utf-8
# Copyright (C) 2024 All rights reserved.
# FILENAME: ~~/src/arise/types/service.py
Expand Down

0 comments on commit dd5824f

Please sign in to comment.