Skip to content

Commit

Permalink
upgrade python for new sentry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Bukhman committed Jun 5, 2023
1 parent 25d5330 commit 8d9f439
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ language: python
dist: focal
jobs:
include:
- python: "3.7"
env: TOX_ENV=py37-sentry22
- python: "3.8"
env: TOX_ENV=py38-sentry22
install:
- sudo apt update
- sudo apt install libnss3-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl pkg-config -y
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Bug Tracking',
'Topic :: Software Development :: Quality Assurance',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37-sentry22
envlist = py38-sentry22
skipsdist = True

[testenv]
Expand Down

0 comments on commit 8d9f439

Please sign in to comment.