Skip to content

Commit

Permalink
🔄 chore(packages): update python version requirement to >=3.9
Browse files Browse the repository at this point in the history
🔄 chore(packages): update pdm.lock versions for mkdocs plugins

🔄 chore(ci): update python version to 3.12 in workflow file
  • Loading branch information
sudoskys committed Jul 29, 2024
1 parent 83225ed commit c944318
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'

# Dependence
- run: pip install pdm==2.10.4
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.cache

# site/**/*
.idea
.idea
/site/
Loading

0 comments on commit c944318

Please sign in to comment.