Skip to content

Commit

Permalink
Merge pull request #561 from sanders41/python-3.8
Browse files Browse the repository at this point in the history
Remove Python 3.8 from ci
  • Loading branch information
sanders41 authored Sep 27, 2024
2 parents 4758da1 + 9219e8c commit 97245fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main
env:
UV_CACHE_DIR: /tmp/.uv-cache
PYTHON_VERSION: "3.8"
PYTHON_VERSION: "3.9"
jobs:
linting:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ keywords = ["python", "pydantic", "snake-case", "camel-case", "converter"]
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 97245fb

Please sign in to comment.