Skip to content

Commit dba497e

Browse files
authored
Merge pull request #4 from NitorCreations/relax
Relax Python version requirement to 3.12
2 parents b43d745 + f79f6b6 commit dba497e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unittest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.13"
15+
python-version: "3.12"
1616
- name: Install dependencies
1717
run: |
1818
pip install .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ classifiers = [
1010
"Operating System :: OS Independent",
1111
"Programming Language :: Python :: 3",
1212
]
13-
requires-python = ">=3.13"
13+
requires-python = ">=3.12"
1414
dependencies = [
1515
"pytelnetdevice @ git+https://github.com/NitorCreations/[email protected]"
1616
]

0 commit comments

Comments
 (0)