Skip to content

Commit 6ac608a

Browse files
committed
1 parent 80791e8 commit 6ac608a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = 'README.md'
66
authors = [
77
{name = 'Daniel Reed', email = 'nmlorg@gmail.com'},
88
]
9-
requires-python = '>=3.8'
9+
requires-python = '>=3.9'
1010
dependencies = [
1111
'googlemaps',
1212
'ntelebot >= 0.4.4',

0 commit comments

Comments
 (0)