86 Commits

Author SHA1 Message Date
Will McGugan
b17751afa0 Bump Python version 2025-10-09 08:41:36 +01:00
Will McGugan
6864620549 fix ci 2024-09-11 11:22:51 +01:00
Will McGugan
2647b93696 try exclude 2024-09-11 11:14:47 +01:00
Hugo van Kemenade
815596ef0c Add support for Python 3.13 2024-09-08 15:34:37 +03:00
Will McGugan
14e01b5ca7 Merge pull request #3268 from Textualize/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2024-07-01 16:07:26 +01:00
Will McGugan
f6d3bb7496 Merge pull request #3077 from Textualize/dependabot/github_actions/snok/install-poetry-1.3.4
Bump snok/install-poetry from 1.3.3 to 1.3.4
2024-07-01 14:36:12 +01:00
Ofek Lev
a895220409 Update pythonpackage.yml 2024-05-01 10:11:41 -04:00
Ofek Lev
248ce14586 Apply suggestions from code review 2024-05-01 10:05:30 -04:00
Ofek Lev
4bb501176c Update actions/setup-python action 2024-05-01 10:00:35 -04:00
dependabot[bot]
7ea6285a12 Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 13:46:26 +00:00
dependabot[bot]
21c0f25869 Bump actions/checkout from 2 to 4 (#3122)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 12:03:59 +00:00
Will McGugan
3f8c4af451 tests for 3.12 2023-09-30 14:35:17 +01:00
Will McGugan
ef90daf98f enable py312 2023-09-30 14:18:35 +01:00
dependabot[bot]
fad55f7a21 Bump snok/install-poetry from 1.3.3 to 1.3.4
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](https://github.com/snok/install-poetry/compare/v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: snok/install-poetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 14:07:06 +00:00
Will McGugan
0b845b39d9 Merge pull request #2606 from cclauss/patch-1
Upgrade GitHub Actions
2023-03-04 09:24:32 +00:00
Darren Burns
6dada684b7 Merge branch 'master' of github.com:Textualize/rich into new-markdown-parser 2023-01-17 15:48:51 +00:00
Will McGugan
1f3f18cfd0 try new poetry 2022-12-23 17:53:02 -08:00
Christian Clauss
b56fa35a73 Upgrade GitHub Actions
* https://github.com/actions/checkout/releases
* https://github.com/actions/setup-python/releases
* https://github.com/snok/install-poetry/releases
* https://github.com/codecov/codecov-action/releases
2022-10-23 10:29:04 +02:00
Dave Pearson
d0764ee103 Merge branch 'master' into drop-python36 2022-10-11 11:00:49 +01:00
Dave Pearson
17d9369e75 Pin snok/install-poetry for now
There is an issue with the latest version of this action, that's specific to
Python 3.8 on Windows. Pinning to the (as of the time of writing)
last-but-one version lets out tests work again.

See #2568.
2022-10-11 10:08:09 +01:00
Dave Pearson
05707d5eb8 Drop Python 3.6 from testing in GitHub actions
See #2566.
2022-10-10 15:47:23 +01:00
Darren Burns
42afd3aedf Remove Python3.11 beta 5 from CI 2022-08-09 13:47:26 +01:00
Darren Burns
a51bca4bf2 Fix broken conditional in pythonpackage.yml GitHub Action 2022-08-09 13:22:51 +01:00
Darren Burns
ae4eacf32d Upgrade Python3.11 from beta4 to beta5 2022-08-09 13:13:21 +01:00
Darren Burns
c71a1523fb Remove a bunch of 3.6 stuff 2022-08-02 15:25:35 +01:00
Darren Burns
562fab87e9 Try different syntax 2022-07-15 11:16:13 +01:00
Darren Burns
5223dd1aaa Fix typo in GitHub Actions 2022-07-15 11:10:49 +01:00
Darren Burns
ab0b833638 Configure GitHub Actions from 3.11 2022-07-15 11:07:41 +01:00
Darren Burns
b06f0bc069 Add 3.11.0-beta.4 to GitHub Actions Python versions matrix 2022-07-14 15:12:50 +01:00
Will McGugan
aa4546ac46 Merge pull request #1490 from yashrathi-git/patch-1
Bump codecov-action (v1 is deprecated) and actions/checkout
2022-02-28 17:15:09 +00:00
Will McGugan
b08be77a69 bump poetry 2021-10-06 09:12:12 +01:00
Will McGugan
a50775e8d2 use py310 2021-10-06 09:07:09 +01:00
Yash Rathi
67710ab5c3 Bump actions/checkout version 2021-09-15 08:43:51 +05:30
Yash Rathi
456adf2dd7 Update codecov version
v1 is deprecated
2021-09-14 23:01:42 +05:30
Tushar Sadhwani
41c15f2fd8 Bump poetry 2021-09-04 20:06:33 +05:30
Sondre Lillebø Gundersen
0933eea4c6 Remove Python 3.10-beta.1 for now, since dependency resolving seems to fail 2021-05-24 14:11:42 +02:00
Sondre Lillebø Gundersen
fcefee541f Add Python 3.10-beta.1 to test matrix 2021-05-24 14:11:04 +02:00
Will McGugan
9b928b8db8 remove 3.10 for now 2021-05-19 17:02:53 +01:00
Will McGugan
978034da81 added 3.10 to tests 2021-05-19 16:58:33 +01:00
Will McGugan
12bd89dac9 update python versions 2021-05-19 16:52:26 +01:00
Will McGugan
a5eada7ac4 fix status text 2021-05-19 16:50:09 +01:00
Sondre Lillebø Gundersen
9a3148e298 Update CONTRIBUTING.md 2020-11-30 08:43:53 +00:00
Sondre Lillebø Gundersen
b54759b02a Remove dev-requirements.txt 2020-11-28 13:51:12 +00:00
Will McGugan
914478eab4 try v33 2020-10-09 15:09:19 +01:00
Will McGugan
2f8a42442f added 3.9 to pythonpackage 2020-10-09 14:59:19 +01:00
Hedy Li
8d53efb4c8 Update make command in black check 2020-08-21 17:22:34 +08:00
Hedy Li
1fb7f67ffb temporarily change this back 2020-08-21 09:21:42 +00:00
Hedy Li
1617c28281 rename make, update workflow and contributing 2020-08-21 09:20:36 +00:00
Nathan Page
9a0044e880 Add black format check
This will provide a useful ci check before users can merge.
2020-08-02 15:51:15 -04:00
Will McGugan
dbdade899b skip test on windows 2020-07-27 17:33:51 +01:00