Skip to content

Commit

Permalink
Update to Python 3.8
Browse files Browse the repository at this point in the history
- Fixes running the package in developer mode from the `Packages`
  directory in SublimeText 4.
- Ignores the Python cache directory that is created when running the
  `other` scripts from the terminal.
  • Loading branch information
parasyte committed Aug 27, 2024
1 parent f8f8091 commit 07d0e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.8

0 comments on commit 07d0e0d

Please sign in to comment.