File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11---
22name : pagure-exporter
3- on : [push, pull_request, workflow_dispatch ]
3+ on : [push]
44jobs :
55 ci-basic :
66 strategy :
2626 strategy :
2727 fail-fast : false
2828 matrix :
29- tox-env : ["py311", "py312", " py313"]
29+ tox-env : ["py313"]
3030 runs-on : ubuntu-latest
3131 container : fedorapython/fedora-python-tox:latest
3232 steps :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pagure-exporter"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44description = " Simple exporter tool that helps migrate repository files, data assets and issue tickets from projects on Pagure to GitLab"
55authors = [
66 " Akashdeep Dhar <akashdeep.dhar@gmail.com>" ,
@@ -27,6 +27,8 @@ classifiers = [
2727 " Natural Language :: English" ,
2828 " Programming Language :: Python :: 3" ,
2929 " Programming Language :: Python :: 3.11" ,
30+ " Programming Language :: Python :: 3.12" ,
31+ " Programming Language :: Python :: 3.13" ,
3032 " Operating System :: POSIX :: Linux" ,
3133 " Topic :: Software Development" ,
3234 " Topic :: System :: Networking" ,
You can’t perform that action at this time.
0 commit comments