Skip to content

Commit

Permalink
Enable usage of Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
LavissaWoW committed Oct 8, 2024
1 parent 0a1ae54 commit ed51eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.9"

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = "inventree-ipn-generator"
version = "0.1.1"
version = "0.1.2"
description = "InvenTree plugin to automatically generate and assign Internal Part Numbers to parts"
authors = [
{name = "Nichlas Walsøe", email = "[email protected]"}
Expand All @@ -16,7 +16,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
requires-python = ">=3.10"
requires-python = ">=3.9"

[project.urls]
"Homepage" = "https://github.com/LavissaWoW/inventree-ipn-generator"
Expand Down

0 comments on commit ed51eeb

Please sign in to comment.