Skip to content

Commit

Permalink
Drop support for Windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed Dec 2, 2023
1 parent 1ec2fab commit 0b184a9
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 478 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master, develop ]
pull_request:
branches: [ develop ]
branches: [ master, develop ]
workflow_dispatch:

jobs:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.10
architecture: x64

- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ importlib-resources = "*"
appdirs = "*"

[requires]
python_version = "3.8"
python_version = "3.10"
Loading

0 comments on commit 0b184a9

Please sign in to comment.