Skip to content

Commit

Permalink
Update Python version to 3.11 and remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
E1Bos committed Dec 18, 2023
1 parent cab8509 commit f06cdeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'

- name: Install requirements
run: |
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
setuptools==69.0.2
packaging==23.2
customtkinter==5.2.0
darkdetect==0.8.0
mss==9.0.1
Expand Down

0 comments on commit f06cdeb

Please sign in to comment.