Skip to content

Commit

Permalink
Merge pull request #29 from rmartin16/drop-3.8
Browse files Browse the repository at this point in the history
Drop Python 3.8 support
  • Loading branch information
freakboy3742 authored Aug 29, 2024
2 parents a8c802a + a50dabd commit 6737d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
framework: [ "toga", "pyside6", "pygame", "console" ]
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"console_app": false,
"briefcase_version": "0.3.X",
"python_version": "3.X.0",
"docker_base_image": "ubuntu:20.04",
"docker_base_image": "ubuntu:22.04",
"vendor_base": "debian",
"dockerfile_extra_content": "",
"use_non_root_user": true,
Expand Down

0 comments on commit 6737d26

Please sign in to comment.