Skip to content

Commit

Permalink
update python version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
martvanrijthoven committed Sep 9, 2024
1 parent 3194adc commit f6057dd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- README.md

env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.10.14"

jobs:
docs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish

on:
workflow_call:
push:
branches: [main]
paths:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v2

# Sets up python
- name: Set up Python 3.10
- name: Set up Python 3.10.14
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.14

# Install dependencies
- name: "Installs dependencies"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.10
- name: Set up Python 3.10.14
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.14

- name: release version
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit f6057dd

Please sign in to comment.