Jair Henrique
3145827198
Fixes some tornado tests
2025-11-19 12:15:02 -03:00
Jair Henrique
ab550d9a7a
Drops Python 3.9 support
2025-11-19 11:14:59 -03:00
dependabot[bot]
a23fe0333a
build(deps): bump actions/setup-python from 5 to 6
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-19 11:14:40 -03:00
dependabot[bot]
bb743861b6
build(deps): bump astral-sh/setup-uv from 6 to 7
...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 6 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-19 06:57:48 -03:00
dependabot[bot]
ac70eaa17f
build(deps): bump astral-sh/setup-uv from 5 to 6
...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 5 to 6.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-11 16:57:56 -03:00
dependabot[bot]
d50f3385a6
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-26 09:37:05 -03:00
Jair Henrique
14db4de224
Use uv on CI
2025-08-26 09:35:26 -03:00
Sebastian Pipping
b4c65bd677
main.yml: Allow creation of user namespaces to unshare in Ubuntu >=24.04
2025-01-17 20:36:18 +01:00
Sebastian Pipping
93bc59508c
Pin GitHub Actions and Read the Docs to explicit Ubuntu 24.04
2025-01-17 20:16:30 +01:00
Jair Henrique
ab8944d3ca
Drop python 3.8 support
2024-10-12 22:44:42 -03:00
Thomas Grainger
f9d4500c6e
test on 3.13
2024-09-18 19:24:37 +01:00
Sebastian Pipping
39c8648aa7
main.yml: Make sure that build issues do not go unnoticed for >7 days
2024-06-02 15:23:51 +02:00
Sebastian Pipping
dfff84d5bb
main.yml: Fix "pypy-3.9,urllib3<2" CI through recent Setuptools
...
Command "pip install codecov '.[tests]' 'urllib3<2'" was failing
with error:
> hpy 0.9.0 has requirement setuptools>=64.0, but you have
> setuptools 58.1.0.
2024-06-02 15:23:08 +02:00
Jair Henrique
e37fc9ab6e
Refactor ci main workflow to use matrix to run tests without tox
2024-01-22 23:17:25 -03:00
dependabot[bot]
e8346ad30e
build(deps): bump actions/setup-python from 4 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-11 10:42:13 -03:00
Sebastian Pipping
954a100dfd
Finish up on Python 3.12 support
2023-12-10 23:33:30 +01:00
dependabot[bot]
a8545c89a5
build(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-08 16:38:47 -03:00
Michał Górny
469a10b980
Enable testing on pypy-3.9 & 3.10
2023-08-09 10:09:12 -03:00
Michał Górny
d90cea0260
Enable testing on Python 3.12
2023-08-09 10:09:12 -03:00
Jair Henrique
b827cbe2da
Drop support to python 3.7
2023-06-26 11:46:20 -03:00
Sebastian Pipping
29e42211d7
Merge pull request #722 from kevin1024/run-online-tests-only-once
...
main.yml: Run online tests only once (to save runtime)
2023-06-22 15:46:04 +02:00
Sebastian Pipping
15e9f1868c
main.yml: Run online tests only once
...
Online tests are tests that need access to the Internet
to pass (and hence have @pytest.marker.online decoration).
2023-06-21 00:38:58 +02:00
Sebastian Pipping
d2f2731481
Replace command "pip" with "pip3"
2023-06-18 23:08:17 +02:00
Sebastian Pipping
d66392a3fb
main.yml: Enforce that use of @pytest.mark.online remains complete
2023-06-18 21:33:30 +02:00
Sebastian Pipping
c41bd2bb40
Stop installing libgnutls28-dev
2023-05-24 16:41:46 -03:00
Sebastian Pipping
aeff51bd79
main.yml: Allow triggering CI manually
2023-05-17 16:45:13 +02:00
Sebastian Pipping
e9f0ede9dd
main.yml: Drop superflous specification of branches
2023-05-17 16:44:54 +02:00
dependabot[bot]
58329f812b
build(deps): bump actions/checkout from 3.1.0 to 3.5.2
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.1.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.5.2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-08 09:15:50 -03:00
Jair Henrique
423ccaa40b
Set fail-fast to false on CI
2022-10-31 22:18:30 -03:00
Evgeni Golov
511d0ab855
add python 3.11 support
2022-10-31 09:00:35 -03:00
dependabot[bot]
57dee93e11
build(deps): bump actions/checkout from 3.0.2 to 3.1.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-11 10:34:41 -03:00
dependabot[bot]
fe596447ec
build(deps): bump actions/setup-python from 3 to 4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-23 08:29:52 -03:00
dependabot[bot]
86806aa9bc
Bump actions/checkout from 3.0.1 to 3.0.2
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.0.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-26 12:52:37 -03:00
dependabot[bot]
7d7164d7c7
Bump actions/setup-python from 2 to 3.1.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-19 09:11:17 -03:00
dependabot[bot]
fb065751dc
Bump actions/checkout from 3.0.0 to 3.0.1
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-19 09:06:03 -03:00
Jair Henrique
874cf06407
Drop support to python 3.6
2022-04-18 17:54:46 -03:00
dependabot[bot]
b0e83986f0
Bump actions/checkout from 2.4.0 to 3.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-16 17:12:21 -03:00
Christian Clauss
43182d97de
pip install --upgrade pip
2021-11-03 14:32:39 +01:00
Christian Clauss
193210de49
pip install -upgrade pip
2021-11-03 14:30:37 +01:00
dependabot[bot]
7592efb8d9
Bump actions/checkout from 1 to 2.4.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 1 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v1...v2.4.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-03 08:09:20 -03:00
Jair Henrique
5b2fc2712e
Change ci badge to github actions
2021-11-02 14:57:19 -10:00
Jair Henrique
c596a160b3
Move from travis to github actions
2021-11-02 10:31:00 -10:00