Skip to content

Commit ae6398d

Browse files
committed
Slightly late update of uap-core to 0.18.0
See ua-parser/uap-core@v0.16.0...v0.18.0 for the upstream changelog Also remove 2.7 and 3.6 from the changelog as they're not accessible from setup-python anymore, we'd need to e.g. install them by hand using pyenv if we want to keep them (which might be a good idea but it's not like anyone is touching the 0.x code so changes of breakage are low anyway). - actions/setup-python#672 - actions/setup-python#544
1 parent 52053d5 commit ae6398d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-alpha - 3.11", "pypy-3.8"]
35+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]
3636
pyyaml-version: ["5.1.*", "5.4.*", "6.0.*", "6.*"]
3737
exclude:
3838
- python-version: 2.7
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-alpha - 3.11", "pypy-3.8"]
66+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]
6767

6868
steps:
6969
- name: Checkout working copy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class sdist(_sdist):
200200

201201
setup(
202202
name="ua-parser",
203-
version="0.16.1",
203+
version="0.18.0",
204204
description="Python port of Browserscope's user agent parser",
205205
author="PBS",
206206
author_email="[email protected]",

0 commit comments

Comments
 (0)