Skip to content

Commit c5a014c

Browse files
committed
chore: update Python versions
1 parent e5f54c8 commit c5a014c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
python:
21-
- "3.9"
2221
- "3.10"
2322
- "3.11"
2423
os:
@@ -43,4 +42,4 @@ jobs:
4342
continue-on-error: ${{ matrix.tier > 1 }}
4443
- name: Upload coverage
4544
uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # https://github.com/codecov/codecov-action/releases/tag/v1
46-
if: matrix.python == 3.9 && startsWith(matrix.os, 'ubuntu')
45+
if: matrix.python == 3.11 && startsWith(matrix.os, 'ubuntu')

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ homepage = "https://hathor.network/"
2323
repository = "https://github.com/HathorNetwork/python-hathorlib/"
2424
# https://pypi.org/classifiers/
2525
classifiers = [
26-
"Programming Language :: Python :: 3.6",
27-
"Programming Language :: Python :: 3.7",
28-
"Programming Language :: Python :: 3.8",
26+
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2930
"Operating System :: OS Independent",
3031
"License :: OSI Approved :: Apache Software License",
3132
]

0 commit comments

Comments
 (0)