Skip to content

Commit

Permalink
Merge pull request #510 from c-martinez/drop-py3.8
Browse files Browse the repository at this point in the history
Drop support for Python 3.8
  • Loading branch information
c-martinez authored Feb 1, 2025
2 parents 5822ec6 + b6527bb commit 807952d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, 3.10.x, 3.11]
python-version: [3.9, 3.10.x, 3.11, 3.12, 3.13, 3.14]
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

FROM python:3.11-slim
MAINTAINER [email protected]
LABEL org.opencontainers.image.authors="[email protected]"

# Default values for env variables
ARG GRLC_GITHUB_ACCESS_TOKEN=
Expand Down

0 comments on commit 807952d

Please sign in to comment.